Makefile: Added a rule to add a padded .bin for nand write
commit7a5693a052505f47301c6821a706d57881f95f90
authorMichel Pollet <buserror@gmail.com>
Thu, 5 Feb 2009 19:40:44 +0000 (5 19:40 +0000)
committerMichel Pollet <buserror@gmail.com>
Thu, 5 Feb 2009 19:40:44 +0000 (5 19:40 +0000)
tree0e8586b16677bdec3acdeb9ae1f9214d46568436
parentd3ada693ac75d2b549d562b62154a50b8ca8c0f8
Makefile: Added a rule to add a padded .bin for nand write

"nand write" requires padded sizes, so this rule makes one for
512KB block NAND. It's clear that other (most?) other nand use
bigger blocks and will need one too, if necessary
Makefile