diff options
author | Larry Johnson | 2008-01-12 23:35:33 -0500 |
---|---|---|
committer | Wolfgang Denk | 2008-02-07 00:22:59 +0100 |
commit | 8dafa87476b0d7170e219c2f5e3842c833a91807 (patch) | |
tree | 629dc6bc0a617c6ec61d890e6250859d3723fae9 /post | |
parent | a93907c43f847f076dd0e34ee3b69b5e8e6d0d29 (diff) |
Add attribute POST_PREREL to ECC memory POST
Signed-off-by: Larry Johnson <lrj@acm.org>
Diffstat (limited to 'post')
-rw-r--r-- | post/tests.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/post/tests.c b/post/tests.c index 0c49e324471..698f85c98d4 100644 --- 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, |