]> Git Repo - J-u-boot.git/commit - arch/arm/cpu/u-boot.lds
arm: make __image_copy_{start, end} compiler-generated
authorAlbert ARIBAUD <[email protected]>
Tue, 11 Jun 2013 12:17:33 +0000 (14:17 +0200)
committerAlbert ARIBAUD <[email protected]>
Fri, 21 Jun 2013 21:05:05 +0000 (23:05 +0200)
commitd026dec8751378473b4f12eb87717c8059472b3e
tree57b335731bbd1d1e445ad351ca43bfe49322da99
parentdf84502edffd1da48588a212b402602f032ed53d
arm: make __image_copy_{start, end} compiler-generated

This change is only done where needed: some linker
scripts may contain __image_copy_{start,end} yet
remain unchanged.

Also, __image_copy_end needs its own section; putting
it in relocation sections changes their flags and makes
relocation break.

Signed-off-by: Albert ARIBAUD <[email protected]>
Tested-by: Lubomir Popov <[email protected]>
Tested-by: Jeroen Hofstee <[email protected]>
Reviewed-by: Benoît Thébaudeau <[email protected]>
arch/arm/cpu/arm920t/ep93xx/u-boot.lds
arch/arm/cpu/ixp/u-boot.lds
arch/arm/cpu/u-boot.lds
arch/arm/lib/relocate.S
arch/arm/lib/sections.c
board/actux1/u-boot.lds
board/actux2/u-boot.lds
board/actux3/u-boot.lds
board/dvlhost/u-boot.lds
board/freescale/mx31ads/u-boot.lds
This page took 0.04113 seconds and 4 git commands to generate.