summaryrefslogtreecommitdiff
path: root/include/configs/ml300.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-09-29 22:55:14 +0000
committerwdenk <wdenk>2004-09-29 22:55:14 +0000
commita5bbcc3c53a7fb541f812d25d576c35f097438ba (patch)
tree06cdb5c11feae54441145636b804a60d9e3dd34b /include/configs/ml300.h
parenta06752e36be7fc74b4a928026b63b1bf1764497e (diff)
* Patches by Sean Chang, 09 Aug 2004:
- Added support for both 8 and 16 bit mode access to System ACE CF through MPU. - Fixed missing System ACE CF device during get FAT partition info in fat_register_device function. - Enabled System ACE CF support on ML300. * Patch by Sean Chang, 09 Aug 2004: Synch defines for saveenv and do_saveenv functions so they get compiled under the same statement.
Diffstat (limited to 'include/configs/ml300.h')
-rw-r--r--include/configs/ml300.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/ml300.h b/include/configs/ml300.h
index bcd5c17c5..d36e3c725 100644
--- a/include/configs/ml300.h
+++ b/include/configs/ml300.h
@@ -56,6 +56,11 @@
#define CONFIG_4xx 1 /* ...member of PPC4xx family */
#define CONFIG_XILINX_ML300 1 /* ...on a Xilinx ML300 board */
+#define CONFIG_SYSTEMACE 1
+#define CONFIG_DOS_PARTITION 1
+#define CFG_SYSTEMACE_BASE XPAR_SYSACE_0_BASEADDR
+#define CFG_SYSTEMACE_WIDTH XPAR_XSYSACE_MEM_WIDTH
+
#define CFG_ENV_IS_IN_EEPROM 1 /* environment is in EEPROM */
/* following are used only if env is in EEPROM */