commit | c2abd6edb044404bb5e69111ae164b8ed19b0fce | [log] [tgz] |
---|---|---|
author | Larry Johnson <lrj@acm.org> | Sat Jan 12 23:35:33 2008 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Thu Feb 07 00:22:59 2008 +0100 |
tree | 629dc6bc0a617c6ec61d890e6250859d3723fae9 | |
parent | 58555419b0d373ca8c693554276d02a12687f309 [diff] [blame] |
Add attribute POST_PREREL to ECC memory POST Signed-off-by: Larry Johnson <lrj@acm.org>
diff --git a/post/tests.c b/post/tests.c index 0c49e32..698f85c 100644 --- a/post/tests.c +++ b/post/tests.c
@@ -241,8 +241,8 @@ { "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,