Re: [U-Boot] [PATCH 1/2] ARM: zynq: Run distribution boot commands first

2019-01-25 Thread Michal Simek
On 25. 01. 19 12:23, Alexander Graf wrote: > > > On 24.01.19 16:31, Michal Simek wrote: >> 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

Re: [U-Boot] [PATCH 1/2] ARM: zynq: Run distribution boot commands first

2019-01-25 Thread Alexander Graf
On 24.01.19 16:31, Michal Simek wrote: > 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 wirin

[U-Boot] [PATCH 1/2] ARM: zynq: Run distribution boot commands first

2019-01-24 Thread Michal Simek
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 distribut