summaryrefslogtreecommitdiff
path: root/include/configs/mvebu_armada-37xx.h
diff options
context:
space:
mode:
authorAndre Heider <a.heider@gmail.com>2017-12-02 10:46:34 +0100
committerStefan Roese <sr@denx.de>2018-01-09 16:41:00 +0100
commitd7da5707705dbec3c524b60a224d57ddda8b9618 (patch)
tree4d54cc064192e099147d96239f01cc8070549097 /include/configs/mvebu_armada-37xx.h
parenteee4835d22e96d517f60a8260f002abe4a5d16d8 (diff)
arm64: a37xx: use disto defaults
Signed-off-by: Andre Heider <a.heider@gmail.com> Reviewed-by: Konstantin Porotchkin <kostap@marvell.com> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/mvebu_armada-37xx.h')
-rw-r--r--include/configs/mvebu_armada-37xx.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/configs/mvebu_armada-37xx.h b/include/configs/mvebu_armada-37xx.h
index af16b9454a..6aaf04edbe 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 */
@@ -107,4 +104,6 @@
#define CONFIG_SUPPORT_VFAT
+#include <config_distro_defaults.h>
+
#endif /* _CONFIG_MVEBU_ARMADA_37XX_H */