summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDinesh Maniyam <[email protected]>2026-08-07 16:42:41 +0800
committerTom Rini <[email protected]>2026-08-19 10:36:04 -0600
commitcf1040ce71dba13cf6905daea4daab6a1df72e8d (patch)
tree371da31b4789aa841f831d7516f2ddcaaf2d6535
parent0b0c1471dfc53a1d26ca2b058621a7e664e4bed9 (diff)
configs: socfpga: arria10: Disable CONFIG_SPL_USE_TINY_PRINTF
From: Dinesh Maniyam <[email protected]> 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 <[email protected]>
-rw-r--r--arch/arm/mach-socfpga/Kconfig1
-rw-r--r--configs/socfpga_arria10_defconfig1
2 files changed, 1 insertions, 1 deletions
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