u-boot/arch/arm/cpu/armv8/zynqmp
Lukasz Majewski d695d66278 spl: eMMC/SD: Provide one __weak spl_boot_mode() function
The goal of this patch is to clean up the code related to choosing SPL
MMC boot mode.

The spl_boot_mode() now is called only in spl_mmc_load_image() function,
which is only compiled in if CONFIG_SPL_MMC_SUPPORT is enabled.

To achieve the goal, all per mach/arch implementations eligible for
unification has been replaced with one __weak implementation.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
Reviewed-by: Marek Vasut <marex@denx.de>
Reviewed-by: Stefano Babic <sbabic@denx.de>
Acked-by: Michal Simek <michal.simek@xilinx.com> (For ZynqMP)
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
2018-02-07 22:06:18 -05:00
..
clk.c ARM64: zynqmp: Remove get_uart_clk() 2016-07-22 14:04:41 +02:00
cpu.c arm64: zynqmp: Provide a config to not map DDR region in MMU table 2018-01-30 14:29:03 +01:00
handoff.c ARM64: zynqmp: Generate handoff structure for ATF 2017-01-10 10:22:05 +01:00
Kconfig arm64: zynqmp: Fix misspelled choice default 2018-01-30 14:29:52 +01:00
Makefile arm64: zynqmp: Prepare psu_init rework 2018-01-30 14:29:18 +01:00
mp.c arm64: zynqmp: mp: Correct the R5 release sequence 2017-11-28 16:08:56 +01:00
psu_spl_init.c arm64: zynqmp: Prepare psu_init rework 2018-01-30 14:29:18 +01:00
spl.c spl: eMMC/SD: Provide one __weak spl_boot_mode() function 2018-02-07 22:06:18 -05:00