Skip to content
Snippets Groups Projects
Commit bd89fba2 authored by Michal Simek's avatar Michal Simek
Browse files

arm64: zynqmp: Wire SD1 level shifter mode to SPL


Add missing SD boot mode to SPL. zcu102-rev1.0 is supporting
this boot mode.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 41f59f68
No related branches found
No related tags found
No related merge requests found
...@@ -83,6 +83,7 @@ u32 spl_boot_device(void) ...@@ -83,6 +83,7 @@ u32 spl_boot_device(void)
case JTAG_MODE: case JTAG_MODE:
return BOOT_DEVICE_RAM; return BOOT_DEVICE_RAM;
#ifdef CONFIG_SPL_MMC_SUPPORT #ifdef CONFIG_SPL_MMC_SUPPORT
case SD1_LSHFT_MODE:
case EMMC_MODE: case EMMC_MODE:
case SD_MODE: case SD_MODE:
case SD_MODE1: case SD_MODE1:
......
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