From: Michal Simek Date: Fri, 5 Sep 2014 09:19:57 +0000 (+0200) Subject: zynqmp: Specify earlycon for the v3.17 kernel X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd8b22d34c32df8c2eb3c2639d3a36c98f099888;p=thirdparty%2Fu-boot.git zynqmp: Specify earlycon for the v3.17 kernel Linux for ARM64 has changed early console initialization to use earlycon. Add one more parameter to support these kernels. Signed-off-by: Michal Simek --- diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index 1d53273b45b..482d8b32806 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -143,7 +143,7 @@ "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