]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: use _start instead of __image_copy_start
authorLothar Waßmann <LW@KARO-electronics.de>
Thu, 22 Aug 2013 14:08:10 +0000 (16:08 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 22 Aug 2013 14:08:10 +0000 (16:08 +0200)
commit8a3a2b18dec935c140ffb1a89dec6883937729e0
tree0518abc903d996b762927c22a3d8d3dc508b5168
parent12626475b4f46468d6ec9f49eabf6b192060a7b2
arm: use _start instead of __image_copy_start

TX53 creates an FCB at the start of the ELF image. This offsets _start
from __image_copy_start leading to relocation errors.

Temporary fix this by using _start instead of __image_copy_start.
A better fix would be to implement a 'romupdate' command, that takes
care of creating the FCB at runtime.
arch/arm/lib/relocate.S