From: Ley Foon Tan Date: Fri, 8 Nov 2019 02:58:12 +0000 (+0800) Subject: configs: Stratix10: Disable CONFIG_SPL_USE_TINY_PRINTF X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=086269e17dda1b5000ef7b09bb5dc71b2421cc74;p=u-boot.git configs: Stratix10: Disable CONFIG_SPL_USE_TINY_PRINTF Commit 2a51e16bd57a ("configs: Make USE_TINY_PRINTF depend on SPL||TPL and be default") enable USE_TINY_PRINTF by default, disable it for Stratix10. Resync with savedefconfig. Signed-off-by: Ley Foon Tan --- diff --git a/configs/socfpga_stratix10_defconfig b/configs/socfpga_stratix10_defconfig index c7e8bf6aca..c2b94a30a3 100644 --- a/configs/socfpga_stratix10_defconfig +++ b/configs/socfpga_stratix10_defconfig @@ -55,3 +55,4 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_DWC2=y CONFIG_USB_STORAGE=y +# CONFIG_SPL_USE_TINY_PRINTF is not set