From 0cf0ef6af96eff3dbb4ca15b85807ed410f79eb0 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Thu, 14 Jan 2016 13:44:29 +0100 Subject: ARM64: zynqmp: Do not setup bootargs Bootargs will be taken from DTS files. Signed-off-by: Michal Simek Signed-off-by: Michal Simek --- include/configs/xilinx_zynqmp.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index 862f3e6f97..899dd3ad46 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -166,8 +166,6 @@ "booti $kernel_addr - $fdt_addr\0" \ DFU_ALT_INFO -#define CONFIG_BOOTARGS "setenv bootargs console=ttyPS0,${baudrate} " \ - "earlycon=cdns,mmio,0xff000000,${baudrate}n8" #define CONFIG_PREBOOT "run bootargs" #define CONFIG_BOOTCOMMAND "run $modeboot" #define CONFIG_BOOTDELAY 5 -- cgit v1.2.3