projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
727f633
)
POST: typo fix
author
Yuri Tikhonov
<yur@emcraft.com>
Thu, 8 May 2008 13:40:39 +0000
(15:40 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Tue, 20 May 2008 21:22:52 +0000
(23:22 +0200)
Signed-off-by: Ilya Yanok <yanok@emcraft.com>
post/tests.c
patch
|
blob
|
history
diff --git
a/post/tests.c
b/post/tests.c
index 36473e311f8606eb805ad037d8108c0b96b3f553..5db59d64b17f4deb221961615950a93c42c9a343 100644
(file)
--- 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_BSPEC
4
+#if CONFIG_POST & CFG_POST_BSPEC
5
CONFIG_POST_BSPEC5,
#endif
};