diff options
author | Yuri Tikhonov <yur@emcraft.com> | 2008-05-08 15:40:39 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-05-20 23:22:52 +0200 |
commit | 6891260bdd935a382c95d9fa333922b0dfded68a (patch) | |
tree | 00295f5eca41b4b5829a83f35543fabbf943c6a2 /post | |
parent | 727f63334676e760877d43bfb8f0e9331ac8b101 (diff) |
POST: typo fix
Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Diffstat (limited to 'post')
-rw-r--r-- | post/tests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post/tests.c b/post/tests.c index 36473e311f8..5db59d64b17 100644 --- a/post/tests.c +++ b/post/tests.c @@ -270,7 +270,7 @@ struct post_test post_list[] = #if CONFIG_POST & CFG_POST_BSPEC4 CONFIG_POST_BSPEC4, #endif -#if CONFIG_POST & CFG_POST_BSPEC4 +#if CONFIG_POST & CFG_POST_BSPEC5 CONFIG_POST_BSPEC5, #endif }; |