u-boot-brain/arch/arm/mach-zynq
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
..
include/mach mtd: zynq: nand: Move board_nand_init() function to board.c 2017-11-29 08:02:40 +01:00
clk.c zynq: Move zynq to clock framework 2017-02-17 10:22:46 +01:00
cpu.c zynq: Move zynq to clock framework 2017-02-17 10:22:46 +01:00
ddrc.c arm: zynq: Update years in copyright to reflect latest changes 2018-01-30 14:29:32 +01:00
Kconfig spl: add hierarchical defaults for SPL_LDSCRIPT 2017-08-13 17:12:37 +02:00
lowlevel_init.S arm: zynq: Update years in copyright to reflect latest changes 2018-01-30 14:29:32 +01:00
Makefile arm: zynq: Move ps7_* to separate file 2017-11-29 08:02:39 +01:00
ps7_spl_init.c arm: zynq: Fix types in ps7_spl_init 2018-01-30 14:28:31 +01:00
slcr.c arm: zynq: Update years in copyright to reflect latest changes 2018-01-30 14:29:32 +01:00
spl.c spl: eMMC/SD: Provide one __weak spl_boot_mode() function 2018-02-07 22:06:18 -05:00
timer.c arm: zynq: Update years in copyright to reflect latest changes 2018-01-30 14:29:32 +01:00
u-boot-spl.lds spl: arm: Make sure to include all of the u_boot_list entries 2016-03-16 15:27:55 -04:00
u-boot.lds zynq: Add EFI runtime sections to linker script 2017-08-02 09:11:51 +02:00