diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2005-10-05 00:25:17 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-10-05 00:25:17 +0200 |
commit | 29ca46c4453c41e0617b76248cae3be628e03cc2 (patch) | |
tree | 73ae3cdc3d160331d15984adc7ca410a4037eb88 /include/configs/JSE.h | |
parent | 99b0d2851a137453f4aca5f0a3d301b776bda28b (diff) |
Fix device partition intialization for SystemACE disks.
Patch by Stephen Williams, 28 Apr 2005
Diffstat (limited to 'include/configs/JSE.h')
-rw-r--r-- | include/configs/JSE.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/include/configs/JSE.h b/include/configs/JSE.h index 060272cd18a..ccd1f19903b 100644 --- a/include/configs/JSE.h +++ b/include/configs/JSE.h @@ -135,16 +135,16 @@ #define CONFIG_PHY_ADDR 1 /* PHY address */ #define CONFIG_COMMANDS (CONFIG_CMD_DFL | \ - CFG_CMD_PCI | \ - CFG_CMD_IRQ | \ - CFG_CMD_FLASH | \ - CFG_CMD_NET | \ CFG_CMD_DHCP | \ - CFG_CMD_PING | \ - CFG_CMD_MII | \ CFG_CMD_EEPROM | \ + CFG_CMD_ELF | \ CFG_CMD_FAT | \ - CFG_CMD_ELF ) + CFG_CMD_FLASH | \ + CFG_CMD_IRQ | \ + CFG_CMD_MII | \ + CFG_CMD_NET | \ + CFG_CMD_PCI | \ + CFG_CMD_PING ) /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */ #include <cmd_confdefs.h> |