commit | 31c60ce52f83eb2ea6b37165d70549382c88f2d4 | [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 | 1a46bb02386741244c5fd7260b9c6c93c53d2656 [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>