commit | fb9128d80dd98336aee6e9b106235ec1462816d6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat May 18 11:59:45 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 10 16:52:58 2019 -0600 |
tree | 59fa8ad6cb56db7b867ae9444a0077061573c482 | |
parent | 33b84751d3923dd1c63d43a1e0470faeba34b249 [diff] |
sandbox: spl: Lower priority of standard loader We normally want to load U-Boot from SPL, but if a board wants to do something else, it is currently not possible since the standard loader has the top priority. Lower it to allow other SPL_LOAD_IMAGE_METHOD() declarations to override it. Signed-off-by: Simon Glass <sjg@chromium.org>