[U-Boot-Users] [PATCH] sh: Remove CONFIG_COMMANDS from MS7720SE config file

Nobuhiro Iwamatsu iwamatsu at nigauri.org
Thu Jan 17 10:11:29 CET 2008


Signed-off-by: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>

---
 include/configs/ms7720se.h |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/include/configs/ms7720se.h b/include/configs/ms7720se.h
index 8a94c28..7035002 100644
--- a/include/configs/ms7720se.h
+++ b/include/configs/ms7720se.h
@@ -40,13 +40,6 @@
 #define CONFIG_CMD_IDE
 #define CONFIG_CMD_EXT2

-#define CFG_CMD_PCMCIA	0x01
-#define CFG_CMD_IDE	0x02
-
-#define CONFIG_COMMANDS		((CONFIG_CMD_DFL	| \
-				 CFG_CMD_IDE|CFG_CMD_PCMCIA)	& \
-				~(CFG_CMD_FPGA))
-
 #define CONFIG_BAUDRATE		115200
 #define CONFIG_BOOTARGS		"console=ttySC0,115200"
 #define CONFIG_BOOTFILE		/boot/zImage
-- 
1.5.3.8




More information about the U-Boot mailing list