commit | d13f92b7420a7383cefe33bb1ffc1ae56f0d2f1e | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Thu Jan 03 13:58:27 2019 +0100 |
committer | Michal Simek <michal.simek@xilinx.com> | Thu Feb 14 14:31:09 2019 +0100 |
tree | 1622715d1715a99c961a0906820cd8bcfdd05f19 | |
parent | 63f7e3fca391a50a499fed828fe16325fdee45f3 [diff] |
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>