1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-05 20:49:18 +01:00
Files
u-boot-megous/include/spl.h
Simon Glass e1500a6ce2 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>
2019-11-03 07:20:26 +08:00

14 KiB