diff options
| author | Tom Rini <[email protected]> | 2021-11-13 21:14:51 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-11-13 21:14:51 -0500 |
| commit | e035ce4b3ba116016385e8d93ef448c710810286 (patch) | |
| tree | 89cf25fb1c1cb99e18ca3ab1da98d70b9da0554f /boot | |
| parent | b8a156f54ecd1e9a74f48a09a0735b4a41c90eba (diff) | |
| parent | 89cc0520d7962358ca85464836112217c5b8eca2 (diff) | |
Merge tag 'dm-pull-13nov21' of https://source.denx.de/u-boot/custodians/u-boot-dm
env tidy-ups
test fixes
binman fixes and ELF enhancements
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Kconfig b/boot/Kconfig index a8d4be23a97..d3a12be2281 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -704,7 +704,7 @@ config SHOW_BOOT_PROGRESS 151 common/cmd_nand.c FIT image format OK config SPL_SHOW_BOOT_PROGRESS - bool "Show boot progress in a board-specific manner" + bool "Show boot progress in a board-specific manner in SPL" depends on SPL help Defining this option allows to add some board-specific code (calling |
