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 /Makefile | |
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 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1352,7 +1352,7 @@ ml300_config: unconfig ml507_flash_config: unconfig @mkdir -p $(obj)include $(obj)board/xilinx/ml507 @cp $(obj)board/xilinx/ml507/u-boot-rom.lds $(obj)board/xilinx/ml507/u-boot.lds - @echo "TEXT_BASE = 0xFE3E0000" > $(obj)board/xilinx/ml507/config.tmp + @echo "TEXT_BASE = 0xFE360000" > $(obj)board/xilinx/ml507/config.tmp @$(MKCONFIG) $(@:_flash_config=) ppc ppc4xx ml507 xilinx ml507_config: unconfig |