
11 Feb
2013
11 Feb
'13
11:30 a.m.
Hi Joe,
On 02/08/2013 09:17 PM, Joe Hershberger wrote:
That's a bit presumptuous of you, u-boot!
Signed-off-by: Joe Hershberger joe.hershberger@ni.com
common/cmd_bootm.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 7ae5d5b..435c980 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -83,7 +83,7 @@ extern flash_info_t flash_info[]; /* info for FLASH chips */ static int do_imls(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]); #endif
-#ifdef CONFIG_SILENT_CONSOLE +#if defined(CONFIG_SILENT_CONSOLE) && !defined(CONFIG_SILENT_U_BOOT_ONLY)
Could you please add a short description of this new define to the README?
Thanks, Stefan