From 8dafa87476b0d7170e219c2f5e3842c833a91807 Mon Sep 17 00:00:00 2001 From: Larry Johnson Date: Sat, 12 Jan 2008 23:35:33 -0500 Subject: Add attribute POST_PREREL to ECC memory POST Signed-off-by: Larry Johnson --- post/tests.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'post/tests.c') 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, -- cgit v1.2.1