diff options
author | Yuri Tikhonov <yur@emcraft.com> | 2008-05-08 15:42:47 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-05-20 23:24:37 +0200 |
commit | 6e8ec682268493b8d098f99e17b1ce71b4448977 (patch) | |
tree | 5c4ab944f93c7fd3667cfea0daa34ef91119459b /include/post.h | |
parent | 6891260bdd935a382c95d9fa333922b0dfded68a (diff) | |
download | u-boot-6e8ec682268493b8d098f99e17b1ce71b4448977.tar.gz |
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.h | 1 |
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 */ |