diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2015-06-16 10:20:02 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-06-27 19:17:27 +0200 |
commit | 691d55607108eae10d5022ea6482401a9cc7ec94 (patch) | |
tree | 73c329bea5702d4614f2a2441c2b88b351af0a8e /include | |
parent | 959da4ecd024c52be939b74241f93d02166013b8 (diff) |
mx6cuboxi: drop options that are duplicated in mx6_common
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6cuboxi.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/mx6cuboxi.h b/include/configs/mx6cuboxi.h index 3f99512bce8..3d5bba75d38 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 |