Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Simon Glass's avatar
    48a33806
    x86: Adjust board_f.c for x86 · 48a33806
    Simon Glass authored
    
    For x86, things have adjusted somewhat since this series was originally
    written. It has its own way of running through initcalls which is actually
    nicer than others archs.
    
    Unfortunately this does introduce exceptions. We will soon require use of
    generic board on x86, but until then we need to fit in with what is there,
    and treat x86 as a special case.
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
    48a33806
    History
    x86: Adjust board_f.c for x86
    Simon Glass authored
    
    For x86, things have adjusted somewhat since this series was originally
    written. It has its own way of running through initcalls which is actually
    nicer than others archs.
    
    Unfortunately this does introduce exceptions. We will soon require use of
    generic board on x86, but until then we need to fit in with what is there,
    and treat x86 as a special case.
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>