• P
    arm/microblaze/nios/nios2/sh: Remove relocation fixups · 0630535e
    Peter Tyser 提交于
    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: NPeter Tyser <ptyser@xes-inc.com>
    Signed-off-by: NWolfgang Denk <wd@denx.de>
    0630535e
global_data.h 1.9 KB