From: Larry Johnson Date: Sun, 13 Jan 2008 04:35:33 +0000 (-0500) Subject: Add attribute POST_PREREL to ECC memory POST X-Git-Tag: v1.3.2-rc1~46 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8dafa87476b0d7170e219c2f5e3842c833a91807;p=u-boot Add attribute POST_PREREL to ECC memory POST Signed-off-by: Larry Johnson --- 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,