diff mbox series

[U-Boot,1/4] arm64: a37xx: use disto defaults

Message ID 20171202094637.17009-2-a.heider@gmail.com
State Accepted
Commit d7da5707705dbec3c524b60a224d57ddda8b9618
Delegated to: Stefan Roese
Headers show
Series [U-Boot,1/4] arm64: a37xx: use disto defaults | expand

Commit Message

Andre Heider Dec. 2, 2017, 9:46 a.m. UTC
Signed-off-by: Andre Heider <a.heider@gmail.com>
---
 include/configs/mvebu_armada-37xx.h | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Comments

Kostya Porotchkin Dec. 14, 2017, 10:58 a.m. UTC | #1
> -----Original Message-----
> From: Andre Heider [mailto:a.heider@gmail.com]
> Sent: Saturday, December 02, 2017 11:47
> To: u-boot@lists.denx.de
> Cc: Stefan Roese; Kostya Porotchkin
> Subject: [EXT] [PATCH 1/4] arm64: a37xx: use disto defaults
> 
> External Email
> 
> ----------------------------------------------------------------------
> Signed-off-by: Andre Heider <a.heider@gmail.com>
> ---
>  include/configs/mvebu_armada-37xx.h | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/include/configs/mvebu_armada-37xx.h
> b/include/configs/mvebu_armada-37xx.h
> index 1b2e0d71b4..3e1ff02ed7 100644
> --- a/include/configs/mvebu_armada-37xx.h
> +++ b/include/configs/mvebu_armada-37xx.h
> @@ -44,9 +44,6 @@
>  /*
>   * Other required minimal configurations
>   */
> -#define CONFIG_SYS_LONGHELP
> -#define CONFIG_AUTO_COMPLETE
> -#define CONFIG_CMDLINE_EDITING
>  #define CONFIG_ARCH_CPU_INIT		/* call arch_cpu_init() */
>  #define CONFIG_SYS_LOAD_ADDR	0x00800000	/* default load adr- 8M */
>  #define CONFIG_SYS_MEMTEST_START 0x00800000	/* 8M */
> @@ -109,4 +106,6 @@
> 
>  #define CONFIG_SUPPORT_VFAT
> 
> +#include <config_distro_defaults.h>
> +
>  #endif /* _CONFIG_MVEBU_ARMADA_37XX_H */
> --
> 2.15.1
Reviewed-by: Konstantin Porotchkin <kostap@marvell.com>
Stefan Roese Jan. 10, 2018, 11:31 a.m. UTC | #2
On 02.12.2017 10:46, Andre Heider wrote:
> Signed-off-by: Andre Heider <a.heider@gmail.com>
> ---
>   include/configs/mvebu_armada-37xx.h | 5 ++---
>   1 file changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/include/configs/mvebu_armada-37xx.h b/include/configs/mvebu_armada-37xx.h
> index 1b2e0d71b4..3e1ff02ed7 100644
> --- a/include/configs/mvebu_armada-37xx.h
> +++ b/include/configs/mvebu_armada-37xx.h
> @@ -44,9 +44,6 @@
>   /*
>    * Other required minimal configurations
>    */
> -#define CONFIG_SYS_LONGHELP
> -#define CONFIG_AUTO_COMPLETE
> -#define CONFIG_CMDLINE_EDITING
>   #define CONFIG_ARCH_CPU_INIT		/* call arch_cpu_init() */
>   #define CONFIG_SYS_LOAD_ADDR	0x00800000	/* default load adr- 8M */
>   #define CONFIG_SYS_MEMTEST_START 0x00800000	/* 8M */
> @@ -109,4 +106,6 @@
>   
>   #define CONFIG_SUPPORT_VFAT
>   
> +#include <config_distro_defaults.h>
> +
>   #endif /* _CONFIG_MVEBU_ARMADA_37XX_H */
> 

Applied to u-boot-marvell/master

Thanks,
Stefan
diff mbox series

Patch

diff --git a/include/configs/mvebu_armada-37xx.h b/include/configs/mvebu_armada-37xx.h
index 1b2e0d71b4..3e1ff02ed7 100644
--- a/include/configs/mvebu_armada-37xx.h
+++ b/include/configs/mvebu_armada-37xx.h
@@ -44,9 +44,6 @@ 
 /*
  * Other required minimal configurations
  */
-#define CONFIG_SYS_LONGHELP
-#define CONFIG_AUTO_COMPLETE
-#define CONFIG_CMDLINE_EDITING
 #define CONFIG_ARCH_CPU_INIT		/* call arch_cpu_init() */
 #define CONFIG_SYS_LOAD_ADDR	0x00800000	/* default load adr- 8M */
 #define CONFIG_SYS_MEMTEST_START 0x00800000	/* 8M */
@@ -109,4 +106,6 @@ 
 
 #define CONFIG_SUPPORT_VFAT
 
+#include <config_distro_defaults.h>
+
 #endif /* _CONFIG_MVEBU_ARMADA_37XX_H */