diff mbox

[U-Boot,2/7] mx6cuboxi: drop options that are duplicated in mx6_common

Message ID 1435162187-30592-3-git-send-email-pbrobinson@gmail.com
State Accepted
Delegated to: Stefano Babic
Headers show

Commit Message

Peter Robinson June 24, 2015, 4:09 p.m. UTC
These options were merged into mx6_common and were seemingly missed
in mx6cuboxi so drop the duplicates

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---
 include/configs/mx6cuboxi.h | 8 --------
 1 file changed, 8 deletions(-)

Comments

Stefano Babic June 27, 2015, 5:17 p.m. UTC | #1
On 24/06/2015 18:09, Peter Robinson wrote:
> These options were merged into mx6_common and were seemingly missed
> in mx6cuboxi so drop the duplicates
> 
> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
> ---
>  include/configs/mx6cuboxi.h | 8 --------
>  1 file changed, 8 deletions(-)
> 
> diff --git a/include/configs/mx6cuboxi.h b/include/configs/mx6cuboxi.h
> index 3f99512..3d5bba7 100644
> --- a/include/configs/mx6cuboxi.h
> +++ b/include/configs/mx6cuboxi.h
> @@ -186,14 +186,6 @@
>  		"fi; " \
>  	"else run netboot; fi"
>  
> -/* Miscellaneous configurable options */
> -#define CONFIG_SYS_LONGHELP
> -#define CONFIG_SYS_HUSH_PARSER
> -#define CONFIG_AUTO_COMPLETE
> -#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
> -
> -#define CONFIG_CMDLINE_EDITING
> -
>  /* Physical Memory Map */
>  #define CONFIG_NR_DRAM_BANKS           1
>  #define CONFIG_SYS_SDRAM_BASE          MMDC0_ARB_BASE_ADDR
> 

Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic
diff mbox

Patch

diff --git a/include/configs/mx6cuboxi.h b/include/configs/mx6cuboxi.h
index 3f99512..3d5bba7 100644
--- a/include/configs/mx6cuboxi.h
+++ b/include/configs/mx6cuboxi.h
@@ -186,14 +186,6 @@ 
 		"fi; " \
 	"else run netboot; fi"
 
-/* Miscellaneous configurable options */
-#define CONFIG_SYS_LONGHELP
-#define CONFIG_SYS_HUSH_PARSER
-#define CONFIG_AUTO_COMPLETE
-#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
-
-#define CONFIG_CMDLINE_EDITING
-
 /* Physical Memory Map */
 #define CONFIG_NR_DRAM_BANKS           1
 #define CONFIG_SYS_SDRAM_BASE          MMDC0_ARB_BASE_ADDR