
28 Oct
2019
28 Oct
'19
6:54 a.m.
On Mon, Oct 21, 2019 at 11:33 AM Simon Glass sjg@chromium.org wrote:
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
Changes in v3: None Changes in v2:
- s/board device/boot device/
include/spl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com