|
|
@ -88,7 +88,7 @@ static int do_imls(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]); |
|
|
|
#include <linux/err.h> |
|
|
|
#include <linux/err.h> |
|
|
|
#include <nand.h> |
|
|
|
#include <nand.h> |
|
|
|
|
|
|
|
|
|
|
|
#ifdef CONFIG_SILENT_CONSOLE |
|
|
|
#if defined(CONFIG_SILENT_CONSOLE) && !defined(CONFIG_SILENT_U_BOOT_ONLY) |
|
|
|
static void fixup_silent_linux(void); |
|
|
|
static void fixup_silent_linux(void); |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
@ -694,7 +694,7 @@ int do_bootm(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) |
|
|
|
|
|
|
|
|
|
|
|
bootstage_mark(BOOTSTAGE_ID_CHECK_BOOT_OS); |
|
|
|
bootstage_mark(BOOTSTAGE_ID_CHECK_BOOT_OS); |
|
|
|
|
|
|
|
|
|
|
|
#ifdef CONFIG_SILENT_CONSOLE |
|
|
|
#if defined(CONFIG_SILENT_CONSOLE) && !defined(CONFIG_SILENT_U_BOOT_ONLY) |
|
|
|
if (images.os.os == IH_OS_LINUX) |
|
|
|
if (images.os.os == IH_OS_LINUX) |
|
|
|
fixup_silent_linux(); |
|
|
|
fixup_silent_linux(); |
|
|
|
#endif |
|
|
|
#endif |
|
|
@ -1413,7 +1413,7 @@ U_BOOT_CMD( |
|
|
|
/*******************************************************************/ |
|
|
|
/*******************************************************************/ |
|
|
|
/* helper routines */ |
|
|
|
/* helper routines */ |
|
|
|
/*******************************************************************/ |
|
|
|
/*******************************************************************/ |
|
|
|
#ifdef CONFIG_SILENT_CONSOLE |
|
|
|
#if defined(CONFIG_SILENT_CONSOLE) && !defined(CONFIG_SILENT_U_BOOT_ONLY) |
|
|
|
static void fixup_silent_linux(void) |
|
|
|
static void fixup_silent_linux(void) |
|
|
|
{ |
|
|
|
{ |
|
|
|
char buf[256], *start, *end; |
|
|
|
char buf[256], *start, *end; |
|
|
@ -1806,7 +1806,7 @@ static int do_bootz(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) |
|
|
|
usb_stop(); |
|
|
|
usb_stop(); |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
#ifdef CONFIG_SILENT_CONSOLE |
|
|
|
#if defined(CONFIG_SILENT_CONSOLE) && !defined(CONFIG_SILENT_U_BOOT_ONLY) |
|
|
|
fixup_silent_linux(); |
|
|
|
fixup_silent_linux(); |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
arch_preboot_os(); |
|
|
|
arch_preboot_os(); |
|
|
|