[U-Boot] [PATCH 4/6] kirkwood: ib62x0: make use of defconfig

Luka Perkov luka.perkov at sartura.hr
Sun Nov 1 02:11:40 CET 2015


Signed-off-by: Luka Perkov <luka.perkov at sartura.hr>
---
 configs/ib62x0_defconfig | 5 +++++
 include/configs/ib62x0.h | 3 ---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/configs/ib62x0_defconfig b/configs/ib62x0_defconfig
index 194ef02..19cbfd5 100644
--- a/configs/ib62x0_defconfig
+++ b/configs/ib62x0_defconfig
@@ -5,3 +5,8 @@ CONFIG_SYS_PROMPT="ib62x0 => "
 # CONFIG_CMD_IMLS is not set
 # CONFIG_CMD_FLASH is not set
 # CONFIG_CMD_SETEXPR is not set
+CONFIG_HUSH_PARSER=y
+CONFIG_CMD_DHCP=y
+CONFIG_CMD_NAND=y
+CONFIG_CMD_PING=y
+CONFIG_CMD_USB=y
diff --git a/include/configs/ib62x0.h b/include/configs/ib62x0.h
index ad966bd..976147d 100644
--- a/include/configs/ib62x0.h
+++ b/include/configs/ib62x0.h
@@ -45,9 +45,6 @@
 #define CONFIG_CMD_BOOTZ
 #define CONFIG_CMD_IDE
 #define CONFIG_CMD_MII
-#define CONFIG_CMD_NAND
-#define CONFIG_CMD_PING
-#define CONFIG_CMD_USB
 
 /*
  * mv-common.h should be defined after CMD configs since it used them
-- 
2.6.2



More information about the U-Boot mailing list