diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-08-11 17:33:42 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-08-11 17:33:42 +0200 |
commit | d8519dc7187a5a1d33f39a5381747430267e12be (patch) | |
tree | 6924be6859f1a07c1710bb928f45717257174e40 | |
parent | 015c200b1f9ae9b986b8c02130fb8572d6d3970c (diff) | |
download | u-boot-imx-d8519dc7187a5a1d33f39a5381747430267e12be.zip u-boot-imx-d8519dc7187a5a1d33f39a5381747430267e12be.tar.gz u-boot-imx-d8519dc7187a5a1d33f39a5381747430267e12be.tar.bz2 |
Fix preboot message on TQM85xx after switching to hush parser.
-rw-r--r-- | CHANGELOG | 2 | ||||
-rw-r--r-- | include/configs/TQM85xx.h | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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). diff --git a/include/configs/TQM85xx.h b/include/configs/TQM85xx.h index 2e64e11..bc3b9aa 100644 --- a/include/configs/TQM85xx.h +++ b/include/configs/TQM85xx.h @@ -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 */ |