From: Wolfgang Denk Date: Wed, 26 Jul 2006 08:33:37 +0000 (+0200) Subject: Fix preboot message on TQM5200 after switching to hush parser. X-Git-Tag: U-Boot-1_1_5~70 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4c4aca8166257e9db13670f87fa9cd077bfd9ef5;p=u-boot Fix preboot message on TQM5200 after switching to hush parser. --- diff --git a/CHANGELOG b/CHANGELOG index a5ff095735..f08ce63add 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,8 @@ 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, and support for configurable options high_boot and/or SDRAM. diff --git a/include/configs/TQM5200.h b/include/configs/TQM5200.h index 717af86b90..be83b67672 100644 --- a/include/configs/TQM5200.h +++ b/include/configs/TQM5200.h @@ -191,7 +191,7 @@ #define CONFIG_BOOTDELAY 5 /* autoboot after 5 seconds */ #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