summaryrefslogtreecommitdiffstats
path: root/include/post.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-05-10 13:35:40 +0000
committerWolfgang Denk <wd@denx.de>2011-07-26 16:49:44 +0200
commitf6f7395eb36a5d4ac7e3b088f65cda42629d1d79 (patch)
treea482d441e627cb22c848d0ffc1a456c133ed2528 /include/post.h
parentd2397817f12d246cfd88caefd6f12dfd3e2d2c17 (diff)
downloadblackbird-obmc-uboot-f6f7395eb36a5d4ac7e3b088f65cda42629d1d79.tar.gz
blackbird-obmc-uboot-f6f7395eb36a5d4ac7e3b088f65cda42629d1d79.zip
post: new nor flash test
This adds a simple flash test to automatically verify erasing, writing, and reading of sectors. The code is based on existing Blackfin tests but generalized for everyone to use. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/post.h')
-rw-r--r--include/post.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/post.h b/include/post.h
index 519cef1612..3f259b725f 100644
--- a/include/post.h
+++ b/include/post.h
@@ -186,6 +186,7 @@ extern int post_hotkeys_pressed(void);
#define CONFIG_SYS_POST_BSPEC5 0x00100000
#define CONFIG_SYS_POST_CODEC 0x00200000
#define CONFIG_SYS_POST_COPROC 0x00400000
+#define CONFIG_SYS_POST_FLASH 0x00800000
#endif /* CONFIG_POST */
OpenPOWER on IntegriCloud