projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac331da
)
sh: Remove CONFIG_COMMANDS from MS7720SE config file
author
Nobuhiro Iwamatsu
<iwamatsu@nigauri.org>
Thu, 17 Jan 2008 09:07:32 +0000
(18:07 +0900)
committer
Nobuhiro Iwamatsu
<iwamatsu@nigauri.org>
Thu, 17 Jan 2008 12:55:12 +0000
(21:55 +0900)
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
include/configs/ms7720se.h
patch
|
blob
|
history
diff --git
a/include/configs/ms7720se.h
b/include/configs/ms7720se.h
index 8a94c28237bac800fd8794458e3b3962d4b0cd8b..7035002c4f32bc20f072d85eb516f01dc6ddb520 100644
(file)
--- 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