Commit 55ed1516cbc1dad3ae277c67ee06fc4a46eaac7d

Authored by Nobuhiro Iwamatsu
1 parent ac331da07d

sh: Remove CONFIG_COMMANDS from MS7720SE config file

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

Showing 1 changed file with 0 additions and 7 deletions Side-by-side Diff

include/configs/ms7720se.h
... ... @@ -40,13 +40,6 @@
40 40 #define CONFIG_CMD_IDE
41 41 #define CONFIG_CMD_EXT2
42 42  
43   -#define CFG_CMD_PCMCIA 0x01
44   -#define CFG_CMD_IDE 0x02
45   -
46   -#define CONFIG_COMMANDS ((CONFIG_CMD_DFL | \
47   - CFG_CMD_IDE|CFG_CMD_PCMCIA) & \
48   - ~(CFG_CMD_FPGA))
49   -
50 43 #define CONFIG_BAUDRATE 115200
51 44 #define CONFIG_BOOTARGS "console=ttySC0,115200"
52 45 #define CONFIG_BOOTFILE /boot/zImage