]> git.dujemihanovic.xyz Git - u-boot.git/commit
tpl: Kconfig: TPL_BANNER_PRINT depends on DEBUG_UART && TPL_SERIAL
authorYing Sun <sunying@nj.iscas.ac.cn>
Sun, 25 Jun 2023 09:18:21 +0000 (17:18 +0800)
committerTom Rini <trini@konsulko.com>
Fri, 7 Jul 2023 20:25:56 +0000 (16:25 -0400)
commit0f42f8995593570b0a0d0726cd1f021b5f90172f
tree3d8728b335b1022204afe1d4826b968c4eaa9544
parent29f925d8f9c7d0e1aea340e537e2423f659f851d
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>
common/spl/Kconfig.tpl