commit | 6b8705d5faabdd5d2171725539282c4870014949 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 20 18:23:07 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 31 11:03:18 2022 -0400 |
tree | b7e0cc40263cb510dee77934fcad0190fbd778a7 | |
parent | ec57644502a053594e3d50060354811ccdf23319 [diff] |
spl: Allow multiple loaders of the same time 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 <sjg@chromium.org>