diff options
author | Michal Simek <monstr@monstr.eu> | 2016-01-14 13:44:29 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-01-27 15:55:58 +0100 |
commit | 0cf0ef6af96eff3dbb4ca15b85807ed410f79eb0 (patch) | |
tree | 5298de91b04385c92bebc5ff12f3a741d5190bcb /include/configs | |
parent | 0e43140bb1118be28477d1fbe1651ca4ec6969ca (diff) | |
download | u-boot-imx-0cf0ef6af96eff3dbb4ca15b85807ed410f79eb0.zip u-boot-imx-0cf0ef6af96eff3dbb4ca15b85807ed410f79eb0.tar.gz u-boot-imx-0cf0ef6af96eff3dbb4ca15b85807ed410f79eb0.tar.bz2 |
ARM64: zynqmp: Do not setup bootargs
Bootargs will be taken from DTS files.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/xilinx_zynqmp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index 862f3e6..899dd3a 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 |