From d8519dc7187a5a1d33f39a5381747430267e12be Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Fri, 11 Aug 2006 17:33:42 +0200 Subject: [PATCH] Fix preboot message on TQM85xx after switching to hush parser. --- CHANGELOG | 2 ++ include/configs/TQM85xx.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 2a8519135e..596e89405e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 2e64e11cdb..bc3b9aa1d0 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 */ -- 2.39.2