summaryrefslogtreecommitdiffstats
path: root/configs/topic_miami_defconfig
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2019-01-03 13:58:27 +0100
committerMichal Simek <michal.simek@xilinx.com>2019-02-14 14:31:09 +0100
commitd13f92b7420a7383cefe33bb1ffc1ae56f0d2f1e (patch)
tree1622715d1715a99c961a0906820cd8bcfdd05f19 /configs/topic_miami_defconfig
parent63f7e3fca391a50a499fed828fe16325fdee45f3 (diff)
downloadu-boot-d13f92b7420a7383cefe33bb1ffc1ae56f0d2f1e.tar.gz
u-boot-d13f92b7420a7383cefe33bb1ffc1ae56f0d2f1e.tar.xz
u-boot-d13f92b7420a7383cefe33bb1ffc1ae56f0d2f1e.zip
ARM: zynq: Run distribution boot commands first
This patch is doing two things. 1. Exchanging order of boot commands. distro_bootcmd is run first followed by Xilinx boot command. 2. Remove CONFIG_BOOTCOMMAND from configs (and follow mainline) by creating Xilinx distribution bootcommand and wiring it as the last bootcommand. QSPI, NAND distribution boot command will be added later. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/topic_miami_defconfig')
-rw-r--r--configs/topic_miami_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/topic_miami_defconfig b/configs/topic_miami_defconfig
index 73dc9531cd..352976b7d3 100644
--- a/configs/topic_miami_defconfig
+++ b/configs/topic_miami_defconfig
@@ -11,7 +11,6 @@ CONFIG_BOOT_INIT_FILE="board/topic/zynq/zynq-topic-miami/ps7_regs.txt"
CONFIG_DEBUG_UART=y
CONFIG_DISTRO_DEFAULTS=y
CONFIG_BOOTDELAY=0
-CONFIG_BOOTCOMMAND="run $modeboot || run distro_bootcmd"
CONFIG_SPL_STACK_R=y
CONFIG_SPL_SPI_LOAD=y
CONFIG_SYS_PROMPT="zynq-uboot> "