Browse Source

Add attribute POST_PREREL to ECC memory POST

Signed-off-by: Larry Johnson <lrj@acm.org>
Larry Johnson 16 years ago
parent
commit
8dafa87476
1 changed files with 2 additions and 2 deletions
  1. 2 2
      post/tests.c

+ 2 - 2
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,