summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-12-03 18:10:17 -0500
committerTom Rini <trini@konsulko.com>2019-12-03 18:10:17 -0500
commit2ae43a26405498fcaaec2132db82a2487ad6747b (patch)
treebaafe4b77ce234e1d67cf7d4279a782e4058f6bb /lib
parent1297989804d66c8db92efbf9fa2e6cc76965a943 (diff)
parentc9f417b28a2460018206b821baf38217bb1c3211 (diff)
Merge branch '2019-12-03-master-imports'
- omapl138_lcdk fixes - MediaTek MT8518 support - VxWorks standard DTB support - Assorted bug fixes
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index b8a8509d720..55dedcbcdd2 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -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