commit | 5a61bf17d893c269b9cec383ebdd7c1d5348a853 | [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 | c3a148f38f006c04bca0d695a38bc45c35c159fa [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>