Re: [U-Boot] [PATCH v1] arm64: zynqmp: Setup the first boot_target at run time

2018-05-18 Thread Michal Simek
On 18.5.2018 11:18, Alexander Graf wrote: > On 05/18/2018 10:43 AM, Michal Simek wrote: >> Detect mmc alias at run time for setting up proper boot_targets sequence. >> The first target has to correspond with boot mode. >> >> The purpose of this patch is to get rid of CONFIG_ZYNQ_SDHCI0/1 >> paramet

Re: [U-Boot] [PATCH v1] arm64: zynqmp: Setup the first boot_target at run time

2018-05-18 Thread Alexander Graf
On 05/18/2018 10:43 AM, Michal Simek wrote: Detect mmc alias at run time for setting up proper boot_targets sequence. The first target has to correspond with boot mode. The purpose of this patch is to get rid of CONFIG_ZYNQ_SDHCI0/1 parameters in full U-Boot. Unfortunately this patch can't remov

[U-Boot] [PATCH v1] arm64: zynqmp: Setup the first boot_target at run time

2018-05-18 Thread Michal Simek
Detect mmc alias at run time for setting up proper boot_targets sequence. The first target has to correspond with boot mode. The purpose of this patch is to get rid of CONFIG_ZYNQ_SDHCI0/1 parameters in full U-Boot. Unfortunately this patch can't remove it because there is missing mmc implementati