diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2008-01-17 18:07:32 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2008-01-17 21:55:12 +0900 |
commit | 55ed1516cbc1dad3ae277c67ee06fc4a46eaac7d (patch) | |
tree | fe1918bf9902c1a5230c246ff2aaadebc4ede131 /include/configs | |
parent | ac331da07db3860f11fa1d0fd3db7c810bce1198 (diff) | |
download | u-boot-imx-55ed1516cbc1dad3ae277c67ee06fc4a46eaac7d.zip u-boot-imx-55ed1516cbc1dad3ae277c67ee06fc4a46eaac7d.tar.gz u-boot-imx-55ed1516cbc1dad3ae277c67ee06fc4a46eaac7d.tar.bz2 |
sh: Remove CONFIG_COMMANDS from MS7720SE config file
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | 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 |