From 65f6f07b72a71b83d775c4d20d7ebcd6b2d2086d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 23 Jul 2009 16:37:03 -0400 Subject: 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 --- examples/standalone/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/standalone/Makefile') diff --git a/examples/standalone/Makefile b/examples/standalone/Makefile index d2e811a8b..9a9b6c38e 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 -- cgit v1.2.3-70-g09d2