summaryrefslogtreecommitdiffstats
path: root/include/configs/grsim.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-10-12 19:47:51 +0000
committerAnatolij Gustschin <agust@denx.de>2011-12-05 21:55:24 +0100
commit3a2b9f28c02884157ffd99e2d80454182242410d (patch)
tree6ae6001dd391342274fdc40be07702859a16a499 /include/configs/grsim.h
parent8344a6d50b61c09aa4fd623e013095d3aca8ce7b (diff)
downloadtalos-obmc-uboot-3a2b9f28c02884157ffd99e2d80454182242410d.tar.gz
talos-obmc-uboot-3a2b9f28c02884157ffd99e2d80454182242410d.zip
sparc: fix unknown escape sequence warnings
I don't know what exactly the code was going for, but the object code is the same before/after my change, and in looking at the env strings, this seems to be OK. Otherwise gcc warns: cc1: warning: unknown escape sequence: '\$' cc1: warning: unknown escape sequence: '\)' cc1: warning: unknown escape sequence: '\040' cc1: warning: unknown escape sequence: '\$' cc1: warning: unknown escape sequence: '\)' Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/configs/grsim.h')
-rw-r--r--include/configs/grsim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/grsim.h b/include/configs/grsim.h
index c14749b7e9..f3639dd685 100644
--- a/include/configs/grsim.h
+++ b/include/configs/grsim.h
@@ -113,7 +113,7 @@
"net_nfs=tftp 40000000 ${bootfile};run nfsargs addip;bootm\0" \
"rootpath=/export/roofs\0" \
"scratch=40000000\0" \
- "getkernel=tftpboot \$\(scratch\)\ \$\(bootfile\)\0" \
+ "getkernel=tftpboot $(scratch) $(bootfile)\0" \
"ethaddr=00:00:7A:CC:00:12\0" \
"bootargs=console=ttyS0,38400" \
""
OpenPOWER on IntegriCloud