Skip to content
Snippets Groups Projects
  • Simon Glass's avatar
    5cb48582
    Add architecture-specific global data · 5cb48582
    Simon Glass authored
    
    We plan to move architecture-specific data into a separate structure so
    that we can make the rest of it common.
    
    As a first step, create struct arch_global_data to hold these fields.
    Initially it is empty.
    
    This patch applies to all archs at once. I can split it if this is really
    a pain.
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
    5cb48582
    History
    Add architecture-specific global data
    Simon Glass authored
    
    We plan to move architecture-specific data into a separate structure so
    that we can make the rest of it common.
    
    As a first step, create struct arch_global_data to hold these fields.
    Initially it is empty.
    
    This patch applies to all archs at once. I can split it if this is really
    a pain.
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>