uboot-mt623x/examples
Mike Frysinger 65f6f07b72 atmel_df_pow2: standalone to convert dataflashes to pow2
Atmel DataFlashes by default operate with pages that are slightly bigger
than normal binary sizes (i.e. many are 1056 byte pages rather than 1024
bytes).  However, they also have a "power of 2" mode where the pages show
up with the normal binary size.  The latter mode is required in order to
boot with a Blackfin processor, so many people wish to convert their
DataFlashes on their development systems to this mode.  This standalone
application does just that.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-09-04 21:31:30 +02:00
..
api ABI: fix build problems due to now needed div64 routine. 2009-07-27 09:19:15 +02:00
standalone atmel_df_pow2: standalone to convert dataflashes to pow2 2009-09-04 21:31:30 +02:00