summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-02-27 08:21:54 +0000
committerwdenk <wdenk>2004-02-27 08:21:54 +0000
commite7c85689bbf2f6aaeb68d5976da642ae80fa06b2 (patch)
tree75f5f00b94ac4e99b7e238a106283dd2d63d68c5 /include
parent132ba5fdc546084dfbebe4668a6e18f5da8eb407 (diff)
downloadblackbird-obmc-uboot-e7c85689bbf2f6aaeb68d5976da642ae80fa06b2.tar.gz
blackbird-obmc-uboot-e7c85689bbf2f6aaeb68d5976da642ae80fa06b2.zip
* Patch by Travis Sawyer, 26 Feb 2004:
Fix broken compile for XPEDITE1K target. * Patch by Stephan Linz, 26 Feb 2004: Bug fix for NFS code on NIOS targets * Patch by Stephen Williams, 26 Feb 2004: Break up SystemACE reads of large block counts
Diffstat (limited to 'include')
-rw-r--r--include/configs/DK1C20.h1
-rw-r--r--include/configs/DK1S10.h1
-rw-r--r--include/configs/XPEDITE1K.h4
3 files changed, 5 insertions, 1 deletions
diff --git a/include/configs/DK1C20.h b/include/configs/DK1C20.h
index 9b4f144fd2..71d52e996d 100644
--- a/include/configs/DK1C20.h
+++ b/include/configs/DK1C20.h
@@ -466,6 +466,7 @@
CFG_CMD_JFFS2 | \
CFG_CMD_KGDB | \
CFG_CMD_NAND | \
+ CFG_CMD_NFS | \
CFG_CMD_MMC | \
CFG_CMD_MII | \
CFG_CMD_PCI | \
diff --git a/include/configs/DK1S10.h b/include/configs/DK1S10.h
index e5e487c65d..db8c05a98f 100644
--- a/include/configs/DK1S10.h
+++ b/include/configs/DK1S10.h
@@ -476,6 +476,7 @@
CFG_CMD_JFFS2 | \
CFG_CMD_KGDB | \
CFG_CMD_NAND | \
+ CFG_CMD_NFS | \
CFG_CMD_MMC | \
CFG_CMD_MII | \
CFG_CMD_PCI | \
diff --git a/include/configs/XPEDITE1K.h b/include/configs/XPEDITE1K.h
index 8bdd293261..4a19541b02 100644
--- a/include/configs/XPEDITE1K.h
+++ b/include/configs/XPEDITE1K.h
@@ -85,6 +85,8 @@ extern void out32(unsigned int, unsigned long);
/*-----------------------------------------------------------------------
* Initial RAM & stack pointer (placed in internal SRAM)
*----------------------------------------------------------------------*/
+#define CFG_TEMP_STACK_OCM 1
+#define CFG_OCM_DATA_ADDR CFG_ISRAM_BASE
#define CFG_INIT_RAM_ADDR CFG_ISRAM_BASE /* Initial RAM address */
#define CFG_INIT_RAM_END 0x2000 /* End of used area in RAM */
#define CFG_GBL_DATA_SIZE 128 /* num bytes initial data */
@@ -160,7 +162,7 @@ extern void out32(unsigned int, unsigned long);
#define CONFIG_BOOTARGS "root=/dev/hda1 "
#define CONFIG_BOOTCOMMAND "bootm ffc00000" /* autoboot command */
-#define CONFIG_BOOTDELAY -1 /* disable autoboot */
+#define CONFIG_BOOTDELAY 5 /* disable autoboot */
#define CONFIG_BAUDRATE 9600
#define CONFIG_LOADS_ECHO 1 /* echo on for serial download */
OpenPOWER on IntegriCloud