From bd8b22d34c32df8c2eb3c2639d3a36c98f099888 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Fri, 5 Sep 2014 11:19:57 +0200 Subject: [PATCH] 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 --- include/configs/xilinx_zynqmp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3