Home
last modified time | relevance | path

Searched hist:"13 c531e52a09b4e6ffa8b5a1457199b0a574cb27" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/lib/
H A Dbootm.c13c531e52a09b4e6ffa8b5a1457199b0a574cb27 Fri Mar 31 06:09:39 UTC 2017 Stefan Roese <sr@denx.de> x86: bootm: Fix FIT image booting on x86

Checking 'is_zimage' at this time will always fail and therefore booting
a FIT style image will always lead to this error message:

"## Kernel loading failed (missing x86 kernel setup) ..."

This change now removes this check and booting of FIT images works just
fine.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>