浏览代码

Add attribute POST_PREREL to ECC memory POST

Signed-off-by: Larry Johnson <lrj@acm.org>
Larry Johnson 17 年之前
父节点
当前提交
8dafa87476
共有 1 个文件被更改,包括 2 次插入2 次删除
  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,