
9 Nov
2018
9 Nov
'18
7:18 p.m.
On 11/9/2018 10:14 AM, Troy Kisky wrote:
On 11/9/2018 1:16 AM, Peng Fan wrote:
Add MMC BOOT Device for i.MX8M
Signed-off-by: Peng Fan peng.fan@nxp.com
arch/arm/mach-imx/spl.c | 9 +++++++++ 1 file changed, 9 insertions(+)
diff --git a/arch/arm/mach-imx/spl.c b/arch/arm/mach-imx/spl.c index e82eaa5682..d4852eef92 100644 --- a/arch/arm/mach-imx/spl.c +++ b/arch/arm/mach-imx/spl.c @@ -126,6 +126,7 @@ u32 spl_boot_device(void) enum boot_device boot_device_spl = get_boot_device();
switch (boot_device_spl) { +#if defined(CONFIG_MX7)
This looks weird. Can imx6 no longer boot from SD1_BOOT/MMC1_BOOT ?
Sorry, only MX7 and MX8 are in this block of code.
The endif confused me.
|#endif /* CONFIG_MX6 || CONFIG_MX7 || CONFIG_MX8M */