]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm64: Turn u-boot.bin back into an ELF file after relocate-rela
authorScott Wood <scottwood@freescale.com>
Sat, 14 Dec 2013 03:47:33 +0000 (11:47 +0800)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 9 Jan 2014 15:08:28 +0000 (16:08 +0100)
commitf4dc714aaa2d86b84724ec01fb848da63aa63666
tree4bb820afccf3f4e199454831be12325bca97c201
parent8137af19e75a761d4d9e3ada6820ea7824078a54
arm64: Turn u-boot.bin back into an ELF file after relocate-rela

While performing relocations on u-boot.bin should be good enough for
booting on real hardware, some simulators insist on booting an ELF file
(and yet don't perform ELF relocations), so convert the relocated
binary back into an ELF file.  This can go away in the future if we
change relocate-rela to operate directly on the ELF file, or if and
when we stop caring about a simulator with this restriction.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: David Feng <fenghua@phytium.com.cn>
Makefile