diff options
author | wdenk <wdenk> | 2004-09-29 22:55:14 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-09-29 22:55:14 +0000 |
commit | a5bbcc3c53a7fb541f812d25d576c35f097438ba (patch) | |
tree | 06cdb5c11feae54441145636b804a60d9e3dd34b /include | |
parent | a06752e36be7fc74b4a928026b63b1bf1764497e (diff) | |
download | u-boot-a5bbcc3c53a7fb541f812d25d576c35f097438ba.zip u-boot-a5bbcc3c53a7fb541f812d25d576c35f097438ba.tar.gz u-boot-a5bbcc3c53a7fb541f812d25d576c35f097438ba.tar.bz2 |
* 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')
-rw-r--r-- | include/configs/ml300.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/ml300.h b/include/configs/ml300.h index bcd5c17..d36e3c7 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 */ |