提交 37ef1774 编写于 作者: T Thomas Hebb 提交者: Tom Rini

Kconfig: disambiguate config names for tiny printf

27084c03 ("spl: Allow tiny printf() to be controlled in SPL and
TPL") split this option in two for TPL and SPL, but didn't change the
Kconfig names, making them hard to set quickly.
Signed-off-by: NThomas Hebb <tommyhebb@gmail.com>
上级 12979898
......@@ -96,7 +96,7 @@ config SYS_HZ
set to 1000.
config SPL_USE_TINY_PRINTF
bool "Enable tiny printf() version"
bool "Enable tiny printf() version in SPL"
depends on SPL
default y
help
......@@ -108,7 +108,7 @@ config SPL_USE_TINY_PRINTF
The supported format specifiers are %c, %s, %u/%d and %x.
config TPL_USE_TINY_PRINTF
bool "Enable tiny printf() version"
bool "Enable tiny printf() version in TPL"
depends on TPL
default y if SPL_USE_TINY_PRINTF
help
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册