commit | 6891260bdd935a382c95d9fa333922b0dfded68a | [log] [tgz] |
---|---|---|
author | Yuri Tikhonov <yur@emcraft.com> | Thu May 08 15:40:39 2008 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Tue May 20 23:22:52 2008 +0200 |
tree | 00295f5eca41b4b5829a83f35543fabbf943c6a2 | |
parent | 727f63334676e760877d43bfb8f0e9331ac8b101 [diff] [blame] |
POST: typo fix Signed-off-by: Ilya Yanok <yanok@emcraft.com>
diff --git a/post/tests.c b/post/tests.c index 36473e3..5db59d6 100644 --- a/post/tests.c +++ b/post/tests.c
@@ -270,7 +270,7 @@ #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 };