[U-Boot] [PATCH] POST: Add POST_ALWAYS to UART POST test
Stefan Roese
sr at denx.de
Wed Sep 29 17:14:13 CEST 2010
From: Sascha Laue <sascha.laue at liebherr.com>
Needed to ensure that this UART POST is always excecuted.
Signed-off-by: Sascha Laue <sascha.laue at liebherr.com>
Signed-off-by: Stefan Roese <sr at 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
More information about the U-Boot
mailing list