Fix preboot message on TQM5200 after switching to hush parser.
This commit is contained in:
parent
4819fad905
commit
4c4aca8166
@ -2,6 +2,8 @@
|
|||||||
Changes since U-Boot 1.1.4:
|
Changes since U-Boot 1.1.4:
|
||||||
======================================================================
|
======================================================================
|
||||||
|
|
||||||
|
* Fix preboot message on TQM5200 after switching to hush parser.
|
||||||
|
|
||||||
* MCC200: set default configuration to low_boot DDR,
|
* MCC200: set default configuration to low_boot DDR,
|
||||||
and support for configurable options high_boot and/or SDRAM.
|
and support for configurable options high_boot and/or SDRAM.
|
||||||
|
|
||||||
|
@ -191,7 +191,7 @@
|
|||||||
#define CONFIG_BOOTDELAY 5 /* autoboot after 5 seconds */
|
#define CONFIG_BOOTDELAY 5 /* autoboot after 5 seconds */
|
||||||
|
|
||||||
#define CONFIG_PREBOOT "echo;" \
|
#define CONFIG_PREBOOT "echo;" \
|
||||||
"echo Type \"run flash_nfs\" to mount root filesystem over NFS;" \
|
"echo Type \\\"run flash_nfs\\\" to mount root filesystem over NFS;" \
|
||||||
"echo"
|
"echo"
|
||||||
|
|
||||||
#undef CONFIG_BOOTARGS
|
#undef CONFIG_BOOTARGS
|
||||||
|
Loading…
Reference in New Issue
Block a user