public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] POST: Add POST_ALWAYS to UART POST test
@ 2010-09-29 15:14 Stefan Roese
  2010-10-06 21:04 ` Wolfgang Denk
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Roese @ 2010-09-29 15:14 UTC (permalink / raw)
  To: u-boot

From: Sascha Laue <sascha.laue@liebherr.com>

Needed to ensure that this UART POST is always excecuted.

Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
Signed-off-by: Stefan Roese <sr@denx.de>
---
 post/tests.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/post/tests.c b/post/tests.c
index a4066f9..02bf538 100644
--- a/post/tests.c
+++ b/post/tests.c
@@ -169,7 +169,7 @@ struct post_test post_list[] =
 	"UART test",
 	"uart",
 	"This test verifies the UART operation.",
-	POST_RAM | POST_SLOWTEST | POST_MANUAL,
+	POST_RAM | POST_SLOWTEST | POST_ALWAYS | POST_MANUAL,
 	&uart_post_test,
 	NULL,
 	NULL,
-- 
1.7.3

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

end of thread, other threads:[~2010-10-07 10:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-29 15:14 [U-Boot] [PATCH] POST: Add POST_ALWAYS to UART POST test Stefan Roese
2010-10-06 21:04 ` Wolfgang Denk
2010-10-07  6:49   ` Stefan Roese
2010-10-07 10:11     ` Wolfgang Denk

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