
1 Apr
2017
1 Apr
'17
6:23 a.m.
On 31 March 2017 at 00:09, Stefan Roese sr@denx.de wrote:
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
arch/x86/lib/bootm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org