mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 14:10:43 +00:00
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: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
41f59f6853
commit
bd89fba202
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ u32 spl_boot_device(void)
|
|||
case JTAG_MODE:
|
||||
return BOOT_DEVICE_RAM;
|
||||
#ifdef CONFIG_SPL_MMC_SUPPORT
|
||||
case SD1_LSHFT_MODE:
|
||||
case EMMC_MODE:
|
||||
case SD_MODE:
|
||||
case SD_MODE1:
|
||||
|
|
Loading…
Reference in a new issue