]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mkimage: dont force entry point with xip
authorMike Frysinger <vapier@gentoo.org>
Mon, 25 Jan 2010 23:50:11 +0000 (18:50 -0500)
committerWolfgang Denk <wd@denx.de>
Thu, 11 Mar 2010 22:50:06 +0000 (23:50 +0100)
commit1b691bb0c2fa18c9b68f15398ef6c8b9e0c0f3e3
treef4232fc7656e75de90881bd92e02cd2e14bcafb9
parent4b99327a4121a28d2bdb2c2b841f5d97931ae905
mkimage: dont force entry point with xip

Some people boot images with the entry point in the middle of the blob
(like Linux with the head code in discardable .init.text), and there is no
no real requirement that the entry point be right after the mkimage header
when doing XIP, so let people specify whatever they want.  If they do need
an entry right after the header, then they still can do that with normal
-e behavior.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
tools/mkimage.c