sandbox: spl: Lower priority of standard loader
authorSimon Glass <sjg@chromium.org>
Sat, 18 May 2019 17:59:45 +0000 (11:59 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 10 Jul 2019 22:52:58 +0000 (16:52 -0600)
commit3f2f5cf62a45656c78b5317a5cbfbb077a95fc19
tree59fa8ad6cb56db7b867ae9444a0077061573c482
parentf2980ece06363e584541829bf40d46ad9760d535
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>
arch/sandbox/cpu/spl.c