diff options
author | Tom Rini <trini@ti.com> | 2013-07-11 09:35:23 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-07-12 10:32:39 -0400 |
commit | 970150a167c7b12973c53e64ea1973d8bd581f2e (patch) | |
tree | a010f7a2024f04d11062ca90bdc0d8b1477ba025 /board/RPXlite | |
parent | ecc8edbf6995558d8a47b43ac6645840c98a7b95 (diff) | |
download | u-boot-imx-970150a167c7b12973c53e64ea1973d8bd581f2e.zip u-boot-imx-970150a167c7b12973c53e64ea1973d8bd581f2e.tar.gz u-boot-imx-970150a167c7b12973c53e64ea1973d8bd581f2e.tar.bz2 |
cmd_bootm.c: Re-order bootm_load_os return check for ELDK4.2
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@ti.com>
Diffstat (limited to 'board/RPXlite')
0 files changed, 0 insertions, 0 deletions