[U-Boot] [PATCH] cmd_bootm.c: Re-order bootm_load_os return check for ELDK4.2

Tom Rini trini at ti.com
Fri Jul 12 23:24:04 CEST 2013


On Thu, Jul 11, 2013 at 09:38:04AM -0400, Tom Rini wrote:

> With ELDK4.2 we were getting a warning that load_end may be used
> uninitialized in calling lmb_reserve.  This could not be the case,
> however.  If we re-order the checks (and make them slightly clearer as
> well) the warning goes away.  bootm_load_os may only return 0 on
> success, BOOTM_ERR_OVERLAP in a non-fatal overlap (already covered in
> comments) or a fatal BOOTM_ERR that is covered in the error handler.
> 
> Signed-off-by: Tom Rini <trini at ti.com>

Applied to u-boot/master.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130712/cd09c5a3/attachment.pgp>


More information about the U-Boot mailing list