mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
d695d66278
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> |
||
---|---|---|
.. | ||
include/mach | ||
board.c | ||
clock_manager.c | ||
clock_manager_arria10.c | ||
clock_manager_gen5.c | ||
fpga_manager.c | ||
freeze_controller.c | ||
Kconfig | ||
Makefile | ||
misc.c | ||
misc_arria10.c | ||
misc_gen5.c | ||
pinmux_arria10.c | ||
qts-filter.sh | ||
reset_manager.c | ||
reset_manager_arria10.c | ||
reset_manager_gen5.c | ||
scan_manager.c | ||
spl.c | ||
system_manager_gen5.c | ||
timer.c | ||
wrap_iocsr_config.c | ||
wrap_pinmux_config.c | ||
wrap_pll_config.c | ||
wrap_sdram_config.c |