diff mbox series

[U-Boot] configs: Stratix10: Remove CONFIG_USE_TINY_PRINTF

Message ID 1553246500-8939-1-git-send-email-ley.foon.tan@intel.com
State Accepted
Commit 3d0cc01d101abc3efd5feabe85f22a42ebcbcca2
Delegated to: Marek Vasut
Headers show
Series [U-Boot] configs: Stratix10: Remove CONFIG_USE_TINY_PRINTF | expand

Commit Message

Ley Foon Tan March 22, 2019, 9:21 a.m. UTC
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(-)

Comments

Marek Vasut March 22, 2019, 1:07 p.m. UTC | #1
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.
diff mbox series

Patch

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