diff options
| author | Tom Rini <[email protected]> | 2022-05-18 08:41:13 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-05-18 08:41:13 -0400 |
| commit | f83bd23e2a0e9861969c9d43395299a14f25ddda (patch) | |
| tree | 4162cf0f8322889c9f287f2415569032ab952af4 /cmd | |
| parent | c387e62614713d0cc9e3ed022b86c9f320b02853 (diff) | |
| parent | f9ec791b5e24378b71590877499f8683d5f54dac (diff) | |
Merge https://source.denx.de/u-boot/custodians/u-boot-marvell
- Misc Kconfig cleanups (Chris & Pali)
- turris_omnia: Fix hangup in debug UART (this introduces
TPL/SPL_DEBUG_UART_BASE) Pali
- mvebu: uDPU: include fixed-phy support (Robert)
- pinctrl: probe pinctrl drivers during post-bind (Robert)
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/mvebu/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/mvebu/Kconfig b/cmd/mvebu/Kconfig index ac8b0afd20e..39963db82c9 100644 --- a/cmd/mvebu/Kconfig +++ b/cmd/mvebu/Kconfig @@ -9,6 +9,8 @@ config CMD_MVEBU_BUBT For details about bubt command please see the documentation in doc/mvebu/cmd/bubt.txt +if CMD_MVEBU_BUBT + choice prompt "Flash for image" default MVEBU_SPI_BOOT @@ -49,6 +51,8 @@ config MVEBU_UBOOT_DFLT_NAME This option should contain a default file name to be used with MVEBU "bubt" command if the source file name is omitted +endif + config CMD_MVEBU_COMPHY_RX_TRAINING bool "mvebu_comphy_rx_training" depends on ARMADA_8K |
