diff options
author | Jon Loeliger <jdl@freescale.com> | 2006-05-09 08:23:49 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2006-05-09 08:23:49 -0500 |
commit | 18b6c8cd8af6cc7f35180cedc4adb3236cc1a1b8 (patch) | |
tree | c58a863cb0c11ffc1195c32ec1cca598531c20e3 /board/mpc8641hpcn/u-boot.lds | |
parent | 5c9efb36a6b5431423f52888a0e3b4b515fe7eca (diff) | |
download | u-boot-imx-18b6c8cd8af6cc7f35180cedc4adb3236cc1a1b8.zip u-boot-imx-18b6c8cd8af6cc7f35180cedc4adb3236cc1a1b8.tar.gz u-boot-imx-18b6c8cd8af6cc7f35180cedc4adb3236cc1a1b8.tar.bz2 |
Get MPC8641HPCN flash images working.
Enable the CFI driver.
Remove bogus LAWBAR7 cruft.
Use correct TEXT_BASE, Fixup load script.
Enable SPD EEPROM during DDR setup.
Use generic RFC 1918 IP addresses by default.
Diffstat (limited to 'board/mpc8641hpcn/u-boot.lds')
-rw-r--r-- | board/mpc8641hpcn/u-boot.lds | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/mpc8641hpcn/u-boot.lds b/board/mpc8641hpcn/u-boot.lds index dbe8e4f..c5c40e7 100644 --- a/board/mpc8641hpcn/u-boot.lds +++ b/board/mpc8641hpcn/u-boot.lds @@ -28,7 +28,7 @@ SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib); SEARCH_DIR(/ __DYNAMIC = 0; */ SECTIONS { -/* .resetvec 0xFFF00100 : + .resetvec 0xFFF00100 : { *(.resetvec) } = 0xffff @@ -38,7 +38,7 @@ SECTIONS cpu/mpc86xx/start.o (.bootpg) board/mpc8641hpcn/init.o (.bootpg) } = 0xffff -*/ + /* Read-only sections, merged into text segment: */ . = + 1024; .interp : { *(.interp) } |