summaryrefslogtreecommitdiffstats
path: root/include/configs/JSE.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2005-10-05 00:25:17 +0200
committerWolfgang Denk <wd@pollux.denx.de>2005-10-05 00:25:17 +0200
commit29ca46c4453c41e0617b76248cae3be628e03cc2 (patch)
tree73ae3cdc3d160331d15984adc7ca410a4037eb88 /include/configs/JSE.h
parent99b0d2851a137453f4aca5f0a3d301b776bda28b (diff)
downloadblackbird-obmc-uboot-29ca46c4453c41e0617b76248cae3be628e03cc2.tar.gz
blackbird-obmc-uboot-29ca46c4453c41e0617b76248cae3be628e03cc2.zip
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.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/configs/JSE.h b/include/configs/JSE.h
index 060272cd18..ccd1f19903 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>
OpenPOWER on IntegriCloud