[U-Boot-Users] [PATCH] Add attribute POST_PREREL to ECC memory POST

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,

On Sunday 13 January 2008, Larry Johnson wrote:
Signed-off-by: Larry Johnson lrj@acm.org
Acked-by: Stefan Roese sr@denx.de
Wolfgang, will you pull this patch directly?
Best regards, Stefan
===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office@denx.de =====================================================================

Stefan Roese wrote:
On Sunday 13 January 2008, Larry Johnson wrote:
Signed-off-by: Larry Johnson lrj@acm.org
Acked-by: Stefan Roese sr@denx.de
Wolfgang, will you pull this patch directly?
Best regards, Stefan
===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office@denx.de =====================================================================
Will this patch be going in? Without it the log reports that the ECC POST failed, even when it passed.
Best regards, Larry

Hi Wolfgang,
On Tuesday 22 January 2008, Larry Johnson wrote:
Stefan Roese wrote:
On Sunday 13 January 2008, Larry Johnson wrote:
Signed-off-by: Larry Johnson lrj@acm.org
Acked-by: Stefan Roese sr@denx.de
Wolfgang, will you pull this patch directly?
Best regards, Stefan
===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office@denx.de =====================================================================
Will this patch be going in? Without it the log reports that the ECC POST failed, even when it passed.
Yes, this patch is a real bug-fix. It should go in ASAP (as your time permits of course).
Best regards, Stefan
===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office@denx.de =====================================================================

In message 47899515.9080500@acm.org you wrote:
Signed-off-by: Larry Johnson lrj@acm.org
post/tests.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
participants (3)
-
Larry Johnson
-
Stefan Roese
-
Wolfgang Denk