[U-Boot] [PATCH] POST: Add POST_ALWAYS to UART POST test
Wolfgang Denk
wd at denx.de
Wed Oct 6 23:04:36 CEST 2010
Dear Stefan Roese,
In message <1285773253-29490-1-git-send-email-sr at denx.de> you wrote:
> 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,
Instead of globally enforcing this for all boards, can this not be
done in a board specific way?
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Brain off-line, please wait.
More information about the U-Boot
mailing list