Skip to content
  • Simon Glass's avatar
    spl: Allow multiple loaders of the same time · 5a61bf17
    Simon Glass authored and Tom Rini's avatar Tom Rini committed
    
    
    At present we only support a single loader of each time. Extra ones are
    ignored. This means that only one BOOT_DEVICE_BOARD can be used in the SPL
    image.
    
    This is inconvenient since we sometimes want to provide several
    board-specific drivers, albeit at different priorties. Add support for
    this.
    
    This should have no functional change for existing boards.
    
    Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
    5a61bf17