diff options
author | Andy Fleming <afleming@freescale.com> | 2008-01-17 21:52:38 (GMT) |
---|---|---|
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | 2008-01-17 21:52:38 (GMT) |
commit | 6ea66a818de376ff599c40bdd6c361cfcba2fb6f (patch) | |
tree | 8d5d0843a6992b83fcf6a1841e8bbe3a7da375c6 /board/freescale/mpc8555cds/u-boot.lds | |
parent | f188896c2f1594fe749fdb99bbc8c54023cfab3a (diff) | |
parent | 7dc358bb0de9e2fa341f3b4c914466b1f34b2d89 (diff) | |
download | u-boot-fsl-qoriq-6ea66a818de376ff599c40bdd6c361cfcba2fb6f.tar.xz |
Merge branch 'kumar'
Diffstat (limited to 'board/freescale/mpc8555cds/u-boot.lds')
-rw-r--r-- | board/freescale/mpc8555cds/u-boot.lds | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/freescale/mpc8555cds/u-boot.lds b/board/freescale/mpc8555cds/u-boot.lds index e9fa51e..1cbadf2 100644 --- a/board/freescale/mpc8555cds/u-boot.lds +++ b/board/freescale/mpc8555cds/u-boot.lds @@ -34,7 +34,6 @@ SECTIONS .bootpg 0xFFFFF000 : { cpu/mpc85xx/start.o (.bootpg) - board/freescale/mpc8555cds/init.o (.bootpg) } = 0xffff /* Read-only sections, merged into text segment: */ @@ -64,7 +63,6 @@ SECTIONS .text : { cpu/mpc85xx/start.o (.text) - board/freescale/mpc8555cds/init.o (.text) cpu/mpc85xx/traps.o (.text) cpu/mpc85xx/interrupts.o (.text) cpu/mpc85xx/cpu_init.o (.text) |