mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
arm64: zynqmp: Add SD1 level shifter mode to alternative selection
Extend Kconfig to cover SD1 level shifter mode. Reported-by: Jason Wu <jason.hy.wu@gmail.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
89401481bd
commit
011f0c4f7c
1 changed files with 4 additions and 0 deletions
|
@ -102,6 +102,7 @@ config SPL_ZYNQMP_ALT_BOOTMODE
|
|||
default 0x7 if USB_MODE
|
||||
default 0xa if SW_USBHOST_MODE
|
||||
default 0xb if SW_SATA_MODE
|
||||
default 0xe if SD1_LSHFT_MODE
|
||||
|
||||
choice
|
||||
prompt "Boot mode"
|
||||
|
@ -138,6 +139,9 @@ config SW_USBHOST_MODE
|
|||
config SW_SATA_MODE
|
||||
bool "SW SATA_MODE"
|
||||
|
||||
config SD1_LSHFT_MODE
|
||||
bool "SD1_LSHFT_MODE"
|
||||
|
||||
endchoice
|
||||
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue