]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sparc: fix unknown escape sequence warnings
authorMike Frysinger <vapier@gentoo.org>
Wed, 12 Oct 2011 19:47:51 +0000 (19:47 +0000)
committerAnatolij Gustschin <agust@denx.de>
Mon, 5 Dec 2011 20:55:24 +0000 (21:55 +0100)
commit3a2b9f28c02884157ffd99e2d80454182242410d
tree6ae6001dd391342274fdc40be07702859a16a499
parent8344a6d50b61c09aa4fd623e013095d3aca8ce7b
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>
include/configs/gr_cpci_ax2000.h
include/configs/gr_ep2s60.h
include/configs/gr_xc3s_1500.h
include/configs/grsim.h
include/configs/grsim_leon2.h