diff options
author | Ley Foon Tan | 2019-03-22 17:21:40 +0800 |
---|---|---|
committer | Marek Vasut | 2019-03-25 20:26:45 +0100 |
commit | 3d0cc01d101abc3efd5feabe85f22a42ebcbcca2 (patch) | |
tree | 0095d8a7340971c622bcee2d5d8618711773235a /configs | |
parent | cfb3e102c4bdf96a41cbd3eeb1d3a9a56c69c46c (diff) |
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')
-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 9e6d582ee3a..f67bbbf690c 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 |