]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MIPS: start.S: use symbol __image_copy_end for U-Boot image relocation
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Tue, 12 Feb 2013 21:22:13 +0000 (22:22 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Tue, 12 Feb 2013 21:22:13 +0000 (22:22 +0100)
commit28875e2c4731296ee7ed645d07f1c28c0301f1c4
tree7f80856cdbc7692ed60f0c41a15b516b642d8350
parent696a3b2a5368360c149335e2a35b8900a78f47fa
MIPS: start.S: use symbol __image_copy_end for U-Boot image relocation

Use the newly introduced symbol __image_copy_end as end address for
relocation of U-Boot image. This is needed for dynamic relocation added
in later patches. This patch obsoletes the symbols uboot_end and
uboot_end_data which are removed.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
arch/mips/cpu/mips32/start.S
arch/mips/cpu/mips64/start.S
arch/mips/cpu/u-boot.lds
arch/mips/cpu/xburst/start.S
arch/mips/include/asm/u-boot-mips.h