]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
zynqmp: Fix bootargs for cadence serial
authorMichal Simek <michal.simek@xilinx.com>
Fri, 11 Sep 2015 06:13:28 +0000 (08:13 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 11 Sep 2015 06:15:28 +0000 (08:15 +0200)
Bug introduced by:
"zynqmp: Add support for earlycon for DCC port"
(sha1: bffd25e40d88ce4d404c414b2e2bcfeefda818b0)

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

index 44e03f6a524ee955a462e0e0a5142de9bc61727b..3b63c36f889248c6508dd97ef1facf3bf1826968 100644 (file)
@@ -64,7 +64,7 @@
 #else
 # if defined(CONFIG_ZYNQ_SERIAL_UART0) || defined(CONFIG_ZYNQ_SERIAL_UART1)
 #  define CONFIG_ZYNQ_SERIAL
-#  define CONFIG_BOOTARGS      "setenv bootargs console=ttyPS0,${baudrate}" \
+#  define CONFIG_BOOTARGS      "setenv bootargs console=ttyPS0,${baudrate} " \
                                "earlycon=cdns,mmio,0xff000000,${baudrate}n8"
 # endif
 #endif