diff options
author | Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> | 2008-07-30 12:39:28 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-07-30 13:56:19 +0200 |
commit | 9246f5ecfd353ae297a02ffd5328402acf16c9dd (patch) | |
tree | 37cd68fb2d586b2a03b208239c272fb5c3a6340e /board | |
parent | a8a16af4d59d14cc1c1187c10aaad80d6b8394b5 (diff) | |
download | u-boot-imx-9246f5ecfd353ae297a02ffd5328402acf16c9dd.zip u-boot-imx-9246f5ecfd353ae297a02ffd5328402acf16c9dd.tar.gz u-boot-imx-9246f5ecfd353ae297a02ffd5328402acf16c9dd.tar.bz2 |
ppc4xx: ML507: Environment in flash and MTD Support
- Relocate the location of U-Boot in the flash
- Save the environment in one sector of the flash memory
- MTD Support
Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board')
-rw-r--r-- | board/xilinx/ml507/xparameters.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/xilinx/ml507/xparameters.h b/board/xilinx/ml507/xparameters.h index 6a8e183..77d2ddf 100644 --- a/board/xilinx/ml507/xparameters.h +++ b/board/xilinx/ml507/xparameters.h @@ -24,7 +24,7 @@ #define XPAR_DDR2_SDRAM_MEM_BASEADDR 0x00000000 #define XPAR_IIC_EEPROM_BASEADDR 0x81600000 #define XPAR_INTC_0_BASEADDR 0x81800000 -#define XPAR_LLTEMAC_0_BASEADDR 0x81c00000 +#define XPAR_LLTEMAC_0_BASEADDR 0x81C00000 #define XPAR_UARTLITE_0_BASEADDR 0x84000000 #define XPAR_FLASH_MEM0_BASEADDR 0xFE000000 #define XPAR_PLB_CLOCK_FREQ_HZ 100000000 |