summaryrefslogtreecommitdiffstats
path: root/post
diff options
context:
space:
mode:
authorLarry Johnson <lrj@acm.org>2008-01-12 23:35:33 -0500
committerWolfgang Denk <wd@denx.de>2008-02-07 00:22:59 +0100
commit8dafa87476b0d7170e219c2f5e3842c833a91807 (patch)
tree629dc6bc0a617c6ec61d890e6250859d3723fae9 /post
parenta93907c43f847f076dd0e34ee3b69b5e8e6d0d29 (diff)
downloadtalos-obmc-uboot-8dafa87476b0d7170e219c2f5e3842c833a91807.tar.gz
talos-obmc-uboot-8dafa87476b0d7170e219c2f5e3842c833a91807.zip
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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/post/tests.c b/post/tests.c
index 0c49e32447..698f85c98d 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,
OpenPOWER on IntegriCloud