From cf1040ce71dba13cf6905daea4daab6a1df72e8d Mon Sep 17 00:00:00 2001 From: Dinesh Maniyam Date: Fri, 7 Aug 2026 16:42:41 +0800 Subject: configs: socfpga: arria10: Disable CONFIG_SPL_USE_TINY_PRINTF From: Dinesh Maniyam CONFIG_SPL_USE_TINY_PRINTF is enabled by default, disable it. Arria 10 has 256KB of onchip ram and it is enough to support full printf. Full printf allows us to have more complex format printing, example %ll. Signed-off-by: Dinesh Maniyam --- arch/arm/mach-socfpga/Kconfig | 1 - configs/socfpga_arria10_defconfig | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-socfpga/Kconfig b/arch/arm/mach-socfpga/Kconfig index 2c4d4d2630e..747afb8156d 100644 --- a/arch/arm/mach-socfpga/Kconfig +++ b/arch/arm/mach-socfpga/Kconfig @@ -114,7 +114,6 @@ config ARCH_SOCFPGA_ARRIA10 select ETH_DESIGNWARE_SOCFPGA select WDT imply FPGA_SOCFPGA - imply SPL_USE_TINY_PRINTF select SOCFPGA_ECC_SUPPORT config SOCFPGA_ARRIA10_ALWAYS_REPROGRAM diff --git a/configs/socfpga_arria10_defconfig b/configs/socfpga_arria10_defconfig index ee485a499b2..1dba7cbb96b 100644 --- a/configs/socfpga_arria10_defconfig +++ b/configs/socfpga_arria10_defconfig @@ -71,3 +71,4 @@ CONFIG_USB=y CONFIG_USB_DWC2=y # CONFIG_SPL_WDT is not set # CONFIG_TOOLS_MKEFICAPSULE is not set +# CONFIG_SPL_USE_TINY_PRINTF is not set -- cgit v1.3.1