| commit | 8dafa87476b0d7170e219c2f5e3842c833a91807 | [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 | a93907c43f847f076dd0e34ee3b69b5e8e6d0d29 [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,