diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2018-04-13 15:51:13 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-04-13 23:41:45 +0200 |
commit | 98a100e9a315a5eff42d4343e1e54ddac774bd3f (patch) | |
tree | 35fa7da3fbd9f5abec5c174a96e33c229a4d1fea /configs/porter_defconfig | |
parent | ec7113fbb4b066549ca470b51adc6f45c41e0eef (diff) | |
download | u-boot-98a100e9a315a5eff42d4343e1e54ddac774bd3f.tar.gz |
ARM: rmobile: Shrink the TPL
Shrink the TPL by using tiny printf and tiny memset by default.
This removes the biggest symbol -- vsnprintf_internal -- from
the TPL and reduces the text segment by about 2 kiB.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'configs/porter_defconfig')
-rw-r--r-- | configs/porter_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/porter_defconfig b/configs/porter_defconfig index 3e0900e840..3b79ac5e27 100644 --- a/configs/porter_defconfig +++ b/configs/porter_defconfig @@ -98,4 +98,3 @@ CONFIG_DM_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_PCI=y CONFIG_USB_STORAGE=y -CONFIG_TPL_TINY_MEMSET=y |