diff options
| author | Tom Rini <[email protected]> | 2025-12-24 09:10:28 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-12-24 09:10:28 -0600 |
| commit | 31f111a2a0ee562d5b5b52a1cba1b2f64124403e (patch) | |
| tree | b2a2575bf764663625300fb096c475ba59ecc5cc /common | |
| parent | baf076aeb32dcdd2b022405088c3288ffc160fcf (diff) | |
| parent | 3f495781dd06007eeaba61fec9f71908fa491ec9 (diff) | |
Merge tag 'mmc-power-next-2025-12-24' of https://source.denx.de/u-boot/custodians/u-boot-mmc into next
- Various Kconfig prompt fixes for SPL from Quentin
- SPL_DM_REGULATOR_GPIO and REGULATOR_PWM dependency fix
Diffstat (limited to 'common')
| -rw-r--r-- | common/spl/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 9e0402f6827..4b10e9c3880 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -309,7 +309,7 @@ config SPL_LOAD_BLOCK to struct spl_load_info. config SPL_BOOTROM_SUPPORT - bool "Support returning to the BOOTROM" + bool "Support returning to the BOOTROM (from SPL)" select SPL_LOAD_BLOCK if MACH_IMX help Some platforms (e.g. the Rockchip RK3368) provide support in their |
