commit | ec1503cee44d73670a13c7e64c792c08f2c1de3c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 20 21:31:45 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Nov 03 07:20:26 2019 +0800 |
tree | 33e7babdcc24dbba26139f7f6ccef3708af97ad2 | |
parent | a378b81ff4b9f922d0b568d903aef614066559a8 [diff] |
spl: Correct priority selection for image loaders At present the name of the image comes first in the linker-list symbol used. This means that the name of the function sets the sort order, which is not the intention. Update it to put the boot-device type first, then the priority. This produces the expected behaviour. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>