From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Fri, 25 Jan 2019 12:52:41 +0100 Subject: [U-Boot] [PATCH 1/2] ARM: zynq: Run distribution boot commands first In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 >> 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 > > This means that boot order wise, users may try to boot from external > devices before internal ones ($modeboot) now, correct? I'm not sure > everyone will be happy about that. I definitely am, so > > Reviewed-by: Alexander Graf I just got patches from DP to include qspi/nand similar to what was in 2/2 but for Zynq. There shouldn't be any product affected because they should have all variables already saved. M