u-boot-brain/arch/arm/cpu/armv7/ls102xa
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
..
clock.c arch: arm: update the IFC IP input clock 2017-02-03 14:31:19 -08:00
cpu.c arm: ls102x: add get_svr and IS_SVR_REV helper 2015-12-13 18:27:28 -08:00
fdt.c fdt: Move fdt_fixup_ethernet to a common place 2017-05-01 09:11:59 -04:00
fsl_epu.c nxp: ls102xa: add EPU Finite State Machine 2016-09-14 14:07:51 -07:00
fsl_epu.h nxp: ls102xa: add EPU Finite State Machine 2016-09-14 14:07:51 -07:00
fsl_ls1_serdes.c Merge git://git.denx.de/u-boot-fsl-qoriq 2016-09-26 17:10:56 -04:00
fsl_ls1_serdes.h arm: ls102xa: Add Freescale LS102xA SoC support 2014-09-08 10:30:32 -07:00
Kconfig ata: Migrate CONFIG_SCSI_AHCI to Kconfig 2017-12-12 18:13:19 -05:00
ls102xa_psci.c armv7: ls102xa: Rename GIC_ADDR and DCSR_RCPM_ADDR 2016-09-26 08:53:07 -07:00
ls102xa_sata.c dm: scsi: Document and rename the scsi_scan() parameter 2017-07-11 10:08:19 -06:00
ls102xa_serdes.c arm: ls102xa: Add Freescale LS102xA SoC support 2014-09-08 10:30:32 -07:00
Makefile nxp: ls102xa: add LS1 PSCI system suspend 2016-09-14 14:08:04 -07:00
psci.S fsl: ls102x: remove redundant GENERIC_TIMER_CLK 2017-04-05 15:03:17 +05:30
soc.c armv7: Add workaround for USB erratum A-009007 2017-09-11 08:01:07 -07:00
spl.c spl: eMMC/SD: Provide one __weak spl_boot_mode() function 2018-02-07 22:06:18 -05:00
timer.c fsl: ls102x: remove redundant GENERIC_TIMER_CLK 2017-04-05 15:03:17 +05:30