]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
zynqmp: Specify earlycon for the v3.17 kernel
authorMichal Simek <michal.simek@xilinx.com>
Fri, 5 Sep 2014 09:19:57 +0000 (11:19 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 10 Sep 2014 08:15:41 +0000 (10:15 +0200)
Linux for ARM64 has changed early console initialization
to use earlycon. Add one more parameter to support these kernels.

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

index 1d53273b45b54bfe9094da3c79030c8d2bb0fd73..482d8b32806c6578d29a8d9450f077e3af08741a 100644 (file)
        "sdboot=mmcinfo && fatload mmc 0:0 10000000 image.ub && bootm 10000000\0"       \
        "jtagboot=tftpboot 10000000 image.ub && bootm\0"
 
-#define CONFIG_BOOTARGS                "console=ttyPS0,115200 earlyprintk=cdns,uart,0xFF000000"
+#define CONFIG_BOOTARGS                "console=ttyPS0,115200 earlyprintk=cdns,uart,0xFF000000 earlycon=cdns,mmio,0xff000000,115200n8"
 #define CONFIG_BOOTCOMMAND     "echo Hello Xilinx ZynqMP; run $modeboot"
 #define CONFIG_BOOTDELAY       5