summaryrefslogtreecommitdiffstats
path: root/examples/standalone/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-07-23 16:37:03 -0400
committerWolfgang Denk <wd@denx.de>2009-09-04 21:31:30 +0200
commit65f6f07b72a71b83d775c4d20d7ebcd6b2d2086d (patch)
tree2466e9708dff31bd5f9f40bec8d12b00f8dece53 /examples/standalone/Makefile
parentcb95c7a935ab9b52dac5d08e5ba4007c5a480f97 (diff)
downloadblackbird-obmc-uboot-65f6f07b72a71b83d775c4d20d7ebcd6b2d2086d.tar.gz
blackbird-obmc-uboot-65f6f07b72a71b83d775c4d20d7ebcd6b2d2086d.zip
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>
Diffstat (limited to 'examples/standalone/Makefile')
-rw-r--r--examples/standalone/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/standalone/Makefile b/examples/standalone/Makefile
index d2e811a8b5..9a9b6c38ef 100644
--- a/examples/standalone/Makefile
+++ b/examples/standalone/Makefile
@@ -86,6 +86,10 @@ ELF = hello_world
SREC = hello_world.srec
BIN = hello_world.bin
+ELF += atmel_df_pow2
+SREC += atmel_df_pow2.srec
+BIN += atmel_df_pow2.bin
+
ifeq ($(CPU),mpc8xx)
ELF += test_burst
SREC += test_burst.srec
OpenPOWER on IntegriCloud