uboot/arch/arm/imx-common
Marek Vasut 2b1cdafa9f common: Pass the boot device into spl_boot_mode()
The SPL code already knows which boot device it calls the spl_boot_mode()
on, so pass that information into the function. This allows the code of
spl_boot_mode() avoid invoking spl_boot_device() again, but it also lets
board_boot_order() correctly alter the behavior of the boot process.

The later one is important, since in certain cases, it is desired that
spl_boot_device() return value be overriden using board_boot_order().

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Andreas Bießmann <andreas.devel@googlemail.com>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Tom Rini <trini@konsulko.com>
Reviewed-by: Andreas Bießmann <andreas@biessmann.org>
[add newly introduced zynq variant]
Signed-aff-by: Andreas Bießmann <andreas@biessmann.org>
2016-06-26 20:17:22 +02:00
..
Kconfig imx: imx-common: introduce boot auxiliary core 2016-02-21 11:46:26 +01:00
Makefile arch/arm/imx-common/Makefile: Update u-boot.uim MKIMAGEFLAGS 2016-05-02 18:37:08 -04:00
cache.c imx6: cache: disable L2 before touching Auxiliary Control Register 2016-05-06 10:43:39 -04:00
cmd_bmode.c
cmd_dek.c
cmd_hdmidet.c
cpu.c imx: imx-common: print i.MX 7 SoC names consistently 2016-05-17 17:52:20 +02:00
ddrmc-vf610.c vf610: refactor DDRMC code 2015-10-02 10:42:31 +02:00
hab.c imx-common: hab: support i.MX6DQPlus 2016-05-24 14:59:56 +02:00
i2c-mxv7.c
imx_bootaux.c imx: imx-common: introduce boot auxiliary core 2016-02-21 11:46:26 +01:00
init.c imx-common: use simpler runtime cpu dection macros 2016-05-24 14:59:56 +02:00
iomux-v3.c imx-common: use simpler runtime cpu dection macros 2016-05-24 14:59:56 +02:00
misc.c
rdc-sema.c imx: imx-common: introduce Resource Domain Controller support 2016-02-21 11:46:26 +01:00
sata.c imx-common: sata: return failure if not i.MX6DQPlus 2016-05-24 14:59:56 +02:00
speed.c
spl.c common: Pass the boot device into spl_boot_mode() 2016-06-26 20:17:22 +02:00
spl_sd.cfg
syscounter.c imx: system counter driver for imx7d and mx6ul 2015-09-13 10:11:53 +02:00
timer.c imx-common: timer: support i.MX6DQPlus 2016-05-24 14:59:56 +02:00
video.c