Skip to content
Snippets Groups Projects
  • Mike Frysinger's avatar
    1b691bb0
    mkimage: dont force entry point with xip · 1b691bb0
    Mike Frysinger authored
    
    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: default avatarMike Frysinger <vapier@gentoo.org>
    1b691bb0
    History
    mkimage: dont force entry point with xip
    Mike Frysinger authored
    
    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: default avatarMike Frysinger <vapier@gentoo.org>