[U-Boot] [PATCH] 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 --- configs/socfpga_stratix10_defconfig | 1 - 1 file changed, 1 deletion(-)
diff --git a/configs/socfpga_stratix10_defconfig b/configs/socfpga_stratix10_defconfig index 4a14ea039e..b3f96cbbdd 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

On 3/22/19 10:21 AM, Ley Foon Tan wrote:
Use full printf instead of tiny printf in SPL.
Signed-off-by: Ley Foon Tan ley.foon.tan@intel.com
configs/socfpga_stratix10_defconfig | 1 - 1 file changed, 1 deletion(-)
diff --git a/configs/socfpga_stratix10_defconfig b/configs/socfpga_stratix10_defconfig index 4a14ea039e..b3f96cbbdd 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
Applied, thanks.
participants (2)
-
Ley Foon Tan
-
Marek Vasut