From: Michal Simek Date: Thu, 14 Jan 2016 12:44:29 +0000 (+0100) Subject: ARM64: zynqmp: Do not setup bootargs X-Git-Tag: v2016.03-rc1~46^2~9 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0cf0ef6af96eff3dbb4ca15b85807ed410f79eb0;p=u-boot ARM64: zynqmp: Do not setup bootargs Bootargs will be taken from DTS files. Signed-off-by: Michal Simek Signed-off-by: Michal Simek --- 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