summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-08-11 17:33:42 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-08-11 17:33:42 +0200
commitd8519dc7187a5a1d33f39a5381747430267e12be (patch)
tree6924be6859f1a07c1710bb928f45717257174e40 /include
parent015c200b1f9ae9b986b8c02130fb8572d6d3970c (diff)
downloadbarebox-d8519dc7187a5a1d33f39a5381747430267e12be.tar.gz
barebox-d8519dc7187a5a1d33f39a5381747430267e12be.tar.xz
Fix preboot message on TQM85xx after switching to hush parser.
Diffstat (limited to 'include')
-rw-r--r--include/configs/TQM85xx.h2
1 files changed, 1 insertions, 1 deletions
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 */