Skip to content
Snippets Groups Projects
Commit cd9f3ff6 authored by Eran Matityahu's avatar Eran Matityahu Committed by Stefano Babic
Browse files

imx7: spl: Use SPL boot device MMC1 for all of the SOCs MMC/SD boot devices


Use only one SPL MMC device, similarly to the iMX6 code

Signed-off-by: default avatarEran Matityahu <eran.m@variscite.com>
parent a3cc4355
No related branches found
No related tags found
No related merge requests found
...@@ -106,10 +106,9 @@ u32 spl_boot_device(void) ...@@ -106,10 +106,9 @@ u32 spl_boot_device(void)
switch (boot_device_spl) { switch (boot_device_spl) {
case SD1_BOOT: case SD1_BOOT:
case MMC1_BOOT: case MMC1_BOOT:
return BOOT_DEVICE_MMC1;
case SD2_BOOT: case SD2_BOOT:
case MMC2_BOOT: case MMC2_BOOT:
return BOOT_DEVICE_MMC2; return BOOT_DEVICE_MMC1;
case SPI_NOR_BOOT: case SPI_NOR_BOOT:
return BOOT_DEVICE_SPI; return BOOT_DEVICE_SPI;
default: default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment