u-boot-brain/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 Change my mailaddress 2016-05-02 18:37:09 -04:00
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
atmel_sfr.c ARM: at91: Remove hardware.h included in configs 2017-09-14 16:02:47 -04:00
bootparams_atmel.S ARM: sama5d2: Implement boot device autodetection 2016-05-24 08:08:37 +02:00
clock.c ARM: at91: clock: add PMC_PLLICPR init function 2016-02-18 21:34:41 +01:00
config.mk ARM: at91: collect SoC sources into mach-at91 2015-02-21 08:23:51 -05:00
Kconfig board: laird: add WB50N CPU module 2017-11-29 22:36:59 -05:00
Makefile ARM: at91: sama5: Extend boot device autodetection 2016-06-12 23:49:38 +02:00
matrix.c ARM: at91: Remove hardware.h included in configs 2017-09-14 16:02:47 -04:00
mpddrc.c arm: at91/spl: mpddrc: use IP version to check configuration 2016-02-02 11:49:12 +01:00
phy.c ARM: at91: Remove hardware.h included in configs 2017-09-14 16:02:47 -04:00
sdram.c ARM: cpu: at91: clean up peripheral clock code 2016-02-18 21:34:40 +01:00
spl_at91.c ARM: at91: clean up the PMC_PLLICPR init code 2016-02-18 21:34:41 +01:00
spl_atmel.c ARM: at91: spl: Adjust switching to oscillator for SAMA5D2 2017-09-14 16:02:44 -04:00
spl.c spl: eMMC/SD: Provide one __weak spl_boot_mode() function 2018-02-07 22:06:18 -05:00