commit | 7e3769f1f71fe002aa39a4d2d1c8c315022dc21f | [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 | cc51012bd5e83b23b1e8d0258fe1251f1e6dfdcb [diff] |
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 };