u-boot/arch/arm/mach-at91
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
..
arm920t
arm926ejs Drop CONFIG_HAS_DATAFLASH 2017-10-16 09:42:51 -04:00
armv7 ARM: at91: Get the Chip ID of SAMA5D2 SiP 2017-09-14 16:02:45 -04:00
include/mach board: laird: add WB45N CPU module 2017-11-29 22:36:59 -05:00
Kconfig board: laird: add WB50N CPU module 2017-11-29 22:36:59 -05:00
Makefile
atmel_sfr.c ARM: at91: Remove hardware.h included in configs 2017-09-14 16:02:47 -04:00
bootparams_atmel.S
clock.c
config.mk
matrix.c ARM: at91: Remove hardware.h included in configs 2017-09-14 16:02:47 -04:00
mpddrc.c
phy.c ARM: at91: Remove hardware.h included in configs 2017-09-14 16:02:47 -04:00
sdram.c
spl.c spl: eMMC/SD: Provide one __weak spl_boot_mode() function 2018-02-07 22:06:18 -05:00
spl_at91.c
spl_atmel.c ARM: at91: spl: Adjust switching to oscillator for SAMA5D2 2017-09-14 16:02:44 -04:00