summaryrefslogtreecommitdiff
path: root/examples/standalone/.gitignore
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-07-23 20:37:03 (GMT)
committerWolfgang Denk <wd@denx.de>2009-09-04 19:31:30 (GMT)
commit65f6f07b72a71b83d775c4d20d7ebcd6b2d2086d (patch)
tree2466e9708dff31bd5f9f40bec8d12b00f8dece53 /examples/standalone/.gitignore
parentcb95c7a935ab9b52dac5d08e5ba4007c5a480f97 (diff)
downloadu-boot-65f6f07b72a71b83d775c4d20d7ebcd6b2d2086d.tar.xz
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/.gitignore')
-rw-r--r--examples/standalone/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/standalone/.gitignore b/examples/standalone/.gitignore
index 0d1864c..7b783fc 100644
--- a/examples/standalone/.gitignore
+++ b/examples/standalone/.gitignore
@@ -1,4 +1,5 @@
/82559_eeprom
+/atmel_df_pow2
/hello_world
/interrupt
/mem_to_mem_idma2intr