From: Yuri Tikhonov Date: Thu, 8 May 2008 13:40:39 +0000 (+0200) Subject: POST: typo fix X-Git-Tag: v2025.01-rc5-pxa1908~22108^2~6 X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.png?a=commitdiff_plain;h=6891260bdd935a382c95d9fa333922b0dfded68a;p=u-boot.git POST: typo fix Signed-off-by: Ilya Yanok --- diff --git a/post/tests.c b/post/tests.c index 36473e311f..5db59d64b1 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 };