Skip to content
  • Peter Tyser's avatar
    arm/microblaze/nios/nios2/sh: Remove relocation fixups · 0630535e
    Peter Tyser authored
    
    
    These architectures don't need relocation fixups, so reduce their
    codesize a bit by defining CONFIG_RELOC_FIXUP_WORKS.
    
    Also remove the reloc_off field from their global data structures
    as it is no longer needed.
    
    Note that the location of the standalone application jump table pointer
    in the global data structure is affected by this change, breaking
    execution of standalone applications compiled for previous versions of
    U-Boot. We will therefore increment XF_VERSION in the next commit,
    which also touches this area.
    
    Signed-off-by: default avatarPeter Tyser <ptyser@xes-inc.com>
    Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
    0630535e