diff options
author | Ley Foon Tan | 2019-11-08 10:58:12 +0800 |
---|---|---|
committer | Marek Vasut | 2019-11-20 22:32:00 +0100 |
commit | 086269e17dda1b5000ef7b09bb5dc71b2421cc74 (patch) | |
tree | 459579a71f6f76c73346d5b45aafbdaa30e6dd23 | |
parent | 9184590d9ab9fe92ad2f80d767f58f76d67d87a0 (diff) |
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 <ley.foon.tan@intel.com>
-rw-r--r-- | configs/socfpga_stratix10_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/socfpga_stratix10_defconfig b/configs/socfpga_stratix10_defconfig index c7e8bf6aca2..c2b94a30a3e 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 |