Skip to content
  • Simon Glass's avatar
    Add CONFIG_SYS_SYM_OFFSETS to support offset symbols · 632efa74
    Simon Glass authored
    
    
    Link symbols as created by the link script can either be absolute or
    relative to the text start. This option switches between the two options
    so that we can support both.
    
    As we convert architectures over to generic board, we can see if this
    option is actually needed, or whether it is possible to unify this feature
    also.
    
    Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
    632efa74