diff options
author | Stefan Roese <sr@denx.de> | 2007-05-18 11:20:02 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-05-18 11:20:02 +0200 |
commit | ee96088ca59d871ec096aefce04b741d1b02cb30 (patch) | |
tree | 6a97720507c4bbd57ec5f6a8faf09e0971e5449d /include/configs/xupv2p.h | |
parent | ada4697d0230d6da552867777f98a67ec3ba2579 (diff) | |
parent | 70124c2602ae2d4c5d3dba05b482d91548242de8 (diff) | |
download | u-boot-imx-ee96088ca59d871ec096aefce04b741d1b02cb30.zip u-boot-imx-ee96088ca59d871ec096aefce04b741d1b02cb30.tar.gz u-boot-imx-ee96088ca59d871ec096aefce04b741d1b02cb30.tar.bz2 |
Merge with git://www.denx.de/git/u-boot.git
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 a2f4810..b4c720d 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 */ |