Kconfig: disambiguate config names for tiny printf
authorThomas Hebb <tommyhebb@gmail.com>
Sun, 10 Nov 2019 16:23:53 +0000 (08:23 -0800)
committerTom Rini <trini@konsulko.com>
Tue, 3 Dec 2019 13:43:23 +0000 (08:43 -0500)
commit37ef1774d445a3275f2ff40be05c8623de50e7d4
treeb6c6032050babe16e70b63ad81f21e9e699099fb
parent1297989804d66c8db92efbf9fa2e6cc76965a943
Kconfig: disambiguate config names for tiny printf

27084c03d36a ("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: Thomas Hebb <tommyhebb@gmail.com>
lib/Kconfig