]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
zynqmp: Remove unknown escape char
authorMichal Simek <michal.simek@xilinx.com>
Mon, 9 Mar 2015 09:21:15 +0000 (10:21 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 9 Mar 2015 11:50:25 +0000 (12:50 +0100)
Remove this warning:
include/configs/xilinx_zynqmp.h:138:67: warning: Unknown escape '$'

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/configs/xilinx_zynqmp.h

index e74f70e301a7ea867d069294019871e8703eeff3..32abb5ef3e662321e1b50e38637c92bd1b32f296 100644 (file)
        "initrd_size=0x2000000\0" \
        "fdt_addr=0x7000000\0" \
        "fdt_high=0x10000000\0" \
-       "sata_root=if test $scsidevs -gt 0; then setenv bootargs \$bootargs root=/dev/sda rw rootfstype=ext4; fi\0" \
+       "sata_root=if test $scsidevs -gt 0; then setenv bootargs $bootargs root=/dev/sda rw rootfstype=ext4; fi\0" \
        "veloce=fdt addr $fdt_addr && " \
                "fdt set /amba/misc_clk clock-frequency <96000> && "\
                "fdt set /amba_apu/timer clock-frequency <480000> && " \