projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e43140
)
ARM64: zynqmp: Do not setup bootargs
author
Michal Simek
<monstr@monstr.eu>
Thu, 14 Jan 2016 12:44:29 +0000
(13:44 +0100)
committer
Michal Simek
<michal.simek@xilinx.com>
Wed, 27 Jan 2016 14:55:58 +0000
(15:55 +0100)
Bootargs will be taken from DTS files.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/configs/xilinx_zynqmp.h
patch
|
blob
|
history
diff --git
a/include/configs/xilinx_zynqmp.h
b/include/configs/xilinx_zynqmp.h
index 862f3e6f978c8a2b93229c8955c302eaea792ba3..899dd3ad46be503d9ac6c964f2300d518c84b2f7 100644
(file)
--- 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