diff options
author | Ley Foon Tan <ley.foon.tan@intel.com> | 2019-03-22 17:21:40 +0800 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2019-03-25 20:26:45 +0100 |
commit | 3d0cc01d101abc3efd5feabe85f22a42ebcbcca2 (patch) | |
tree | 0095d8a7340971c622bcee2d5d8618711773235a /configs/socfpga_stratix10_defconfig | |
parent | cfb3e102c4bdf96a41cbd3eeb1d3a9a56c69c46c (diff) | |
download | u-boot-3d0cc01d101abc3efd5feabe85f22a42ebcbcca2.tar.gz |
configs: Stratix10: Remove CONFIG_USE_TINY_PRINTF
Use full printf instead of tiny printf in SPL.
Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
Diffstat (limited to 'configs/socfpga_stratix10_defconfig')
-rw-r--r-- | configs/socfpga_stratix10_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/socfpga_stratix10_defconfig b/configs/socfpga_stratix10_defconfig index 9e6d582ee3..f67bbbf690 100644 --- a/configs/socfpga_stratix10_defconfig +++ b/configs/socfpga_stratix10_defconfig @@ -55,4 +55,3 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_DWC2=y CONFIG_USB_STORAGE=y -CONFIG_USE_TINY_PRINTF=y |