Skip to content
  • Masahiro Yamada's avatar
    ARM: uniphier: move SBC and Support Card init code to U-Boot proper · 26b09c02
    Masahiro Yamada authored
    
    
    Initialize SBC and Support Card in U-Boot proper instead of SPL.
    
    We may run different firmware (ex. ARM Trusted Firmware) before
    U-Boot, and basic SoC initialization may be done there.  In that
    case, SPL may not be used.
    
    The motivation for preparing SBC and Support Card in SPL was to use
    LED for early debugging, but this is not mandatory to boot SoCs.
    With this commit, LED will be unavailable in SPL, but we can use a
    debug serial instead.  So, this change will not be a big deal.
    
    Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
    26b09c02