[U-Boot] [PATCH v3 012/108] spl: Correct priority selection for image loaders
Bin Meng
bmeng.cn at gmail.com
Sat Nov 2 09:42:18 UTC 2019
On Mon, Oct 28, 2019 at 1:54 PM Bin Meng <bmeng.cn at gmail.com> wrote:
>
> On Mon, Oct 21, 2019 at 11:33 AM Simon Glass <sjg at 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 at 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 at gmail.com>
applied to u-boot-x86, thanks!
More information about the U-Boot
mailing list