spl: Allow tiny printf() to be controlled in SPL and TPL
authorSimon Glass <sjg@chromium.org>
Wed, 25 Sep 2019 14:56:27 +0000 (08:56 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 8 Oct 2019 05:57:45 +0000 (13:57 +0800)
commit27084c03d36a7f0e4d7c1679761e81567f1d5442
treeb4687146fd9350a6186dad016ed486589e1b1f06
parent535e07846af6d05eece6e51e4c7b53239d3ac8ba
spl: Allow tiny printf() to be controlled in SPL and TPL

At present there is only one control for this and it is used for both SPL
and TPL. But SPL might have a lot more space than TPL so the extra cost of
a full printf() might be acceptable.

Split the option into two, providing separate SPL and TPL controls. The
TPL setting defaults to the same as SPL.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
18 files changed:
arch/arm/Kconfig
arch/arm/mach-omap2/Kconfig
arch/arm/mach-rmobile/Kconfig
arch/arm/mach-rmobile/Kconfig.32
arch/arm/mach-socfpga/Kconfig
common/spl/Kconfig
common/xyzModem.c
configs/am335x_pdu001_defconfig
configs/ls1043ardb_nand_SECURE_BOOT_defconfig
configs/ls1043ardb_nand_defconfig
configs/ls1043ardb_sdcard_SECURE_BOOT_defconfig
configs/ls1043ardb_sdcard_defconfig
configs/sandbox_spl_defconfig
drivers/gpio/gpio-uclass.c
drivers/mmc/mmc.c
drivers/mtd/spi/sf-uclass.c
lib/Kconfig
lib/Makefile