diff options
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 5eb72f79f4..5ac9401104 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -555,11 +555,13 @@ config OMAP34XX bool "OMAP34XX SoC" select CPU_V7 select SUPPORT_SPL + select USE_TINY_PRINTF config OMAP44XX bool "OMAP44XX SoC" select CPU_V7 select SUPPORT_SPL + select USE_TINY_PRINTF config OMAP54XX bool "OMAP54XX SoC" |