diff options
author | Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> | 2008-10-27 12:35:59 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-10-31 10:31:02 +0100 |
commit | cc2dc9b08cf7c09f9f237f8cb9303f11603d4fb0 (patch) | |
tree | 01a91921c576d60febd97e30ce087bd4946f423a /board/avnet | |
parent | 3befd85633d33c4dcca1f359c3f4848c5ab8e4d2 (diff) | |
download | u-boot-imx-cc2dc9b08cf7c09f9f237f8cb9303f11603d4fb0.zip u-boot-imx-cc2dc9b08cf7c09f9f237f8cb9303f11603d4fb0.tar.gz u-boot-imx-cc2dc9b08cf7c09f9f237f8cb9303f11603d4fb0.tar.bz2 |
ppc4xx: Merge xilinx-ppc440 and xilinx-ppc405 cfg
Xilinx ppc440 and ppc405 have many similarities. This patch merge the
config files of both infrastuctures
Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/avnet')
-rw-r--r-- | board/avnet/fx12mm/xparameters.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/avnet/fx12mm/xparameters.h b/board/avnet/fx12mm/xparameters.h index f7031b3..4410f19 100644 --- a/board/avnet/fx12mm/xparameters.h +++ b/board/avnet/fx12mm/xparameters.h @@ -46,6 +46,6 @@ #define XPAR_DDR2_SDRAM_MEM_BASEADDR 0x00000000 /* FLASH */ -#define XPAR_FLASH_2MX16_MEM0_BASEADDR 0xFFC00000 +#define XPAR_FLASH_MEM0_BASEADDR 0xFFC00000 #endif |