From mboxrd@z Thu Jan 1 00:00:00 1970 From: Larry Johnson Date: Sat, 12 Jan 2008 23:35:33 -0500 Subject: [U-Boot-Users] [PATCH] Add attribute POST_PREREL to ECC memory POST Message-ID: <47899515.9080500@acm.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Signed-off-by: Larry Johnson --- post/tests.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/post/tests.c b/post/tests.c index 0c49e32..698f85c 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, -- 1.5.2.5