From: Ley Foon Tan Date: Fri, 22 Mar 2019 09:21:40 +0000 (+0800) Subject: configs: Stratix10: Remove CONFIG_USE_TINY_PRINTF X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=3d0cc01d101abc3efd5feabe85f22a42ebcbcca2;p=u-boot.git configs: Stratix10: Remove CONFIG_USE_TINY_PRINTF Use full printf instead of tiny printf in SPL. Signed-off-by: Ley Foon Tan --- diff --git a/configs/socfpga_stratix10_defconfig b/configs/socfpga_stratix10_defconfig index 9e6d582ee3..f67bbbf690 100644 --- a/configs/socfpga_stratix10_defconfig +++ b/configs/socfpga_stratix10_defconfig @@ -55,4 +55,3 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_DWC2=y CONFIG_USB_STORAGE=y -CONFIG_USE_TINY_PRINTF=y