Fix preboot message on TQM85xx after switching to hush parser.

This commit is contained in:
Wolfgang Denk 2006-08-11 17:33:42 +02:00
parent 015c200b1f
commit d8519dc718
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
Changes since U-Boot 1.1.4:
======================================================================
* Fix preboot message on TQM85xx after switching to hush parser.
* Adapt TQM85xx ramdisk address to Linux kernel memory map
* Add initial support for PCI-Express on PPC440SPe (Yucca board).

View File

@ -424,7 +424,7 @@
#define CONFIG_BOOTDELAY 5 /* -1 disables auto-boot */
#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"
#undef CONFIG_BOOTARGS /* the boot command will set bootargs */