From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Mon, 28 Oct 2019 13:54:23 +0800 Subject: [U-Boot] [PATCH v3 012/108] spl: Correct priority selection for image loaders In-Reply-To: <20191021033322.217715-13-sjg@chromium.org> References: <20191021033322.217715-2-sjg@chromium.org> <20191021033322.217715-13-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Oct 21, 2019 at 11:33 AM Simon Glass 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 > --- > > 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