summaryrefslogtreecommitdiffstats
path: root/include/post.h
diff options
context:
space:
mode:
authorYuri Tikhonov <yur@emcraft.com>2008-05-08 15:42:47 +0200
committerWolfgang Denk <wd@denx.de>2008-05-20 23:24:37 +0200
commit6e8ec682268493b8d098f99e17b1ce71b4448977 (patch)
tree5c4ab944f93c7fd3667cfea0daa34ef91119459b /include/post.h
parent6891260bdd935a382c95d9fa333922b0dfded68a (diff)
downloadblackbird-obmc-uboot-6e8ec682268493b8d098f99e17b1ce71b4448977.tar.gz
blackbird-obmc-uboot-6e8ec682268493b8d098f99e17b1ce71b4448977.zip
POST: OCM test added.
Added OCM test to POST layer. This version runs before all other tests but doesn't yet interrupt post sequence on failure. Signed-off-by: Ilya Yanok <yanok@emcraft.com> Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
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 ee07d2caa2..a108c7d7bc 100644
--- a/include/post.h
+++ b/include/post.h
@@ -102,6 +102,7 @@ extern int post_hotkeys_pressed(void);
#define CFG_POST_BSPEC3 0x00040000
#define CFG_POST_BSPEC4 0x00080000
#define CFG_POST_BSPEC5 0x00100000
+#define CFG_POST_OCM 0x00200000
#endif /* CONFIG_POST */
OpenPOWER on IntegriCloud