diff options
author | Michal Simek <monstr@monstr.eu> | 2007-04-21 21:07:22 +0200 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2007-04-21 21:07:22 +0200 |
commit | 32556443840f127170e4baa8bdd5b567039f6c36 (patch) | |
tree | 97277627f784b06c0514f110d6c77ad2f2472d43 /include/configs/xupv2p.h | |
parent | 0643631aa1036cd746bf5d15f5a34bc7bc01ea4f (diff) | |
download | u-boot-imx-32556443840f127170e4baa8bdd5b567039f6c36.zip u-boot-imx-32556443840f127170e4baa8bdd5b567039f6c36.tar.gz u-boot-imx-32556443840f127170e4baa8bdd5b567039f6c36.tar.bz2 |
[PATCH] SystemACE support for Microblaze
Diffstat (limited to 'include/configs/xupv2p.h')
-rw-r--r-- | include/configs/xupv2p.h | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/include/configs/xupv2p.h b/include/configs/xupv2p.h index 224db5c..c89ef7c 100644 --- a/include/configs/xupv2p.h +++ b/include/configs/xupv2p.h @@ -132,6 +132,8 @@ CFG_CMD_LOADS |\ CFG_CMD_LOADB |\ CFG_CMD_MISC |\ + CFG_CMD_FAT |\ + CFG_CMD_EXT2 |\ CFG_CMD_PING \ ) @@ -163,12 +165,12 @@ "base 0;" \ "echo" - /* system ace */ -/*#define CONFIG_SYSTEMACE -#define DEBUG_SYSTEMACE -#define CFG_SYSTEMACE_BASE 0xCF000000 -#define CFG_SYSTEMACE_WIDTH 16 -#define CONFIG_DOS_PARTITION*/ +#define CONFIG_SYSTEMACE +/* #define DEBUG_SYSTEMACE */ +#define SYSTEMACE_CONFIG_FPGA +#define CFG_SYSTEMACE_BASE XILINX_SYSACE_BASEADDR +#define CFG_SYSTEMACE_WIDTH XILINX_SYSACE_MEM_WIDTH +#define CONFIG_DOS_PARTITION #endif /* __CONFIG_H */ |