mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
ARM64: zynqmp: Force certain bootmode for SPL
ZynqMP provides an option to overwrite bootmode setting which can change SPL behavior. For example: boot SPL via JTAG and then SPL loads images from SD. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
9ae0e14350
commit
e367240a54
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ config SPL_ZYNQMP_ALT_BOOTMODE
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Boot mode"
|
prompt "Boot mode"
|
||||||
depends on ZYNQMP_ALT_BOOTMODE_ENABLED
|
depends on SPL_ZYNQMP_ALT_BOOTMODE_ENABLED
|
||||||
default JTAG
|
default JTAG
|
||||||
|
|
||||||
config JTAG_MODE
|
config JTAG_MODE
|
||||||
|
|
Loading…
Add table
Reference in a new issue