projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a93907c
)
Add attribute POST_PREREL to ECC memory POST
author
Larry Johnson
<lrj@acm.org>
Sun, 13 Jan 2008 04:35:33 +0000
(23:35 -0500)
committer
Wolfgang Denk
<wd@denx.de>
Wed, 6 Feb 2008 23:22:59 +0000
(
00:22
+0100)
Signed-off-by: Larry Johnson <lrj@acm.org>
post/tests.c
patch
|
blob
|
history
diff --git
a/post/tests.c
b/post/tests.c
index 0c49e324471036e9d2d2ac6dc20c0b6c4eeafa2d..698f85c98d43b7cdc7f145fac7df7120a1047f3f 100644
(file)
--- a/
post/tests.c
+++ b/
post/tests.c
@@
-241,8
+241,8
@@
struct post_test post_list[] =
{
"ECC test",
"ecc",
- "This test checks ECC facility of memory.",
- POST_ROM | POST_ALWAYS,
+ "This test checks
the
ECC facility of memory.",
+ POST_ROM | POST_ALWAYS
| POST_PREREL
,
&ecc_post_test,
NULL,
NULL,