summaryrefslogtreecommitdiffstats
path: root/include/configs/socfpga_sr1500.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-06-02 21:42:23 -0400
committerTom Rini <trini@konsulko.com>2016-06-02 21:42:23 -0400
commitedb697cfcc2dda02c5b2a34b3157b8fa8fc01264 (patch)
tree347dadd1492b3dd4935532a11fe9e2d77b114266 /include/configs/socfpga_sr1500.h
parente2924e5904ae413e0b4a2a0d407267e7bbc2c7c4 (diff)
parentd31e9c575f24f4b7f5f382ccae70d7a86bbc379d (diff)
downloadtalos-obmc-uboot-edb697cfcc2dda02c5b2a34b3157b8fa8fc01264.tar.gz
talos-obmc-uboot-edb697cfcc2dda02c5b2a34b3157b8fa8fc01264.zip
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
Diffstat (limited to 'include/configs/socfpga_sr1500.h')
-rw-r--r--include/configs/socfpga_sr1500.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/socfpga_sr1500.h b/include/configs/socfpga_sr1500.h
index efa9e428ce..c097f47edd 100644
--- a/include/configs/socfpga_sr1500.h
+++ b/include/configs/socfpga_sr1500.h
@@ -22,7 +22,7 @@
/* Booting Linux */
#define CONFIG_BOOTDELAY 3
#define CONFIG_BOOTFILE "uImage"
-#define CONFIG_BOOTARGS "console=ttyS0" __stringify(CONFIG_BAUDRATE)
+#define CONFIG_BOOTARGS "console=ttyS0," __stringify(CONFIG_BAUDRATE)
#define CONFIG_BOOTCOMMAND "run mmcload; run mmcboot"
#define CONFIG_LOADADDR 0x01000000
#define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
OpenPOWER on IntegriCloud