public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] POST: Add POST_ALWAYS to UART POST test
Date: Wed, 29 Sep 2010 17:14:13 +0200	[thread overview]
Message-ID: <1285773253-29490-1-git-send-email-sr@denx.de> (raw)

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

             reply	other threads:[~2010-09-29 15:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-29 15:14 Stefan Roese [this message]
2010-10-06 21:04 ` [U-Boot] [PATCH] POST: Add POST_ALWAYS to UART POST test Wolfgang Denk
2010-10-07  6:49   ` Stefan Roese
2010-10-07 10:11     ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1285773253-29490-1-git-send-email-sr@denx.de \
    --to=sr@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox