commit | 0c12fb5b81fecb41b16e34d3a2981371a3859129 | [log] [tgz] |
---|---|---|
author | Thomas Hebb <tommyhebb@gmail.com> | Sun Nov 10 08:23:53 2019 -0800 |
committer | Tom Rini <trini@konsulko.com> | Tue Dec 03 08:43:23 2019 -0500 |
tree | b6c6032050babe16e70b63ad81f21e9e699099fb | |
parent | 890ace3fdb5e67d453ab1e1c2a947e7a45f39f98 [diff] |
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>