
Dear Kumar Gala,
In message 1249997451-21265-1-git-send-email-galak@kernel.crashing.org you wrote:
There are really no differences between all the 85xx linker scripts so we can just move to a single common one. Board code is still able to override the common one if need be.
Signed-off-by: Kumar Gala galak@kernel.crashing.org
This commit breaks building TQM85xx boards.
Before this commit:
-> git-describe v2009.08-rc3-56-g87c7661 -> ./MAKEALL TQM8555 ... TQM8555 (MPC8555) Configuring for TQM85xx board... text data bss dec hex filename 220096 16140 34552 270788 421c4 ./u-boot
After this commit:
-> git-describe v2009.08-rc3-57-gec79d33 -> ./MAKEALL TQM8555 ... TQM8555 (MPC8555) Configuring for TQM85xx board... ppc_6xx-ld: u-boot: section .text lma 0xfffc0000 overlaps previous sections ppc_6xx-ld: u-boot: section .rodata lma 0xfffebe3c overlaps previous sections ppc_6xx-ld: u-boot: section .reloc lma 0xffff5a00 overlaps previous sections ppc_6xx-ld: u-boot: section .data lma 0xffff6fe8 overlaps previous sections ppc_6xx-ld: u-boot: section .data.rel.ro.local lma 0xffff7cbc overlaps previous sections ppc_6xx-ld: u-boot: section .data.rel lma 0xffff7d1c overlaps previous sections ppc_6xx-ld: u-boot: section .data.rel.local lma 0xffff86b8 overlaps previous sections ppc_6xx-ld: u-boot: section .u_boot_cmd lma 0xffff93e8 overlaps previous sections text data bss dec hex filename 220096 16140 34552 270788 421c4 ./u-boot
Please help.
Best regards,
Wolfgang Denk