
2 Nov
2019
2 Nov
'19
10:42 a.m.
On Mon, Oct 28, 2019 at 1:54 PM Bin Meng bmeng.cn@gmail.com wrote:
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
applied to u-boot-x86, thanks!