[U-Boot] [PATCH 06/15] imx: spl: add MMC BOOT Device for i.MX8M
Troy Kisky
troy.kisky at boundarydevices.com
Fri Nov 9 18:18:28 UTC 2018
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 at 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 */
More information about the U-Boot
mailing list