public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] Add attribute POST_PREREL to ECC memory POST
@ 2008-01-13  4:35 Larry Johnson
  2008-01-14 16:49 ` Stefan Roese
  2008-02-06 23:23 ` Wolfgang Denk
  0 siblings, 2 replies; 5+ messages in thread
From: Larry Johnson @ 2008-01-13  4:35 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Larry Johnson <lrj@acm.org>
---
 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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-02-06 23:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-13  4:35 [U-Boot-Users] [PATCH] Add attribute POST_PREREL to ECC memory POST Larry Johnson
2008-01-14 16:49 ` Stefan Roese
2008-01-22 15:29   ` Larry Johnson
2008-01-29  6:44     ` Stefan Roese
2008-02-06 23:23 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox