mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 19:04:38 +00:00
tpl: Kconfig: TPL_BANNER_PRINT depends on DEBUG_UART && TPL_SERIAL
As implemented in the arch/arm/mach-rockchip/tpl.c file, the CONFIG_TPL_BANNER_PRINT option will not work if either of these options is not enabled. Add dependency constraints to the CONFIG_TPL_BANNER_PRINT option definition to prevent configuration problems where option is enabled but do not take effect. Suggested-by: Yanjie Ren <renyanjie01@gmail.com> Signed-off-by: Ying Sun <sunying@nj.iscas.ac.cn>
This commit is contained in:
parent
29f925d8f9
commit
0f42f89955
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ config TPL_FRAMEWORK
|
|||
|
||||
config TPL_BANNER_PRINT
|
||||
bool "Enable output of the TPL banner 'U-Boot TPL ...'"
|
||||
depends on DEBUG_UART && TPL_SERIAL
|
||||
default y
|
||||
help
|
||||
If this option is enabled, TPL will print the banner with version
|
||||
|
|
Loading…
Add table
Reference in a new issue