diff options
author | Tom Rini <trini@konsulko.com> | 2017-04-10 08:07:29 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-10 08:07:29 -0400 |
commit | 01cce5fdd098add2b8aa570468cb35fca5d778fe (patch) | |
tree | 279174c700f36ef4c8a38b30e8c39be8b32e80e6 /arch/x86/lib/bootm.c | |
parent | e391b1e64b0bd65709a28a4764afe4f32d408243 (diff) | |
parent | ca0d29e4f06095fd39f3125aef8f427aa1728ee5 (diff) |
Merge git://git.denx.de/u-boot-x86
Diffstat (limited to 'arch/x86/lib/bootm.c')
-rw-r--r-- | arch/x86/lib/bootm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/lib/bootm.c b/arch/x86/lib/bootm.c index 3c3d9e1e80..75bab90225 100644 --- a/arch/x86/lib/bootm.c +++ b/arch/x86/lib/bootm.c @@ -100,7 +100,7 @@ static int boot_prep_linux(bootm_headers_t *images) } is_zimage = 1; #if defined(CONFIG_FIT) - } else if (images->fit_uname_os && is_zimage) { + } else if (images->fit_uname_os) { ret = fit_image_get_data(images->fit_hdr_os, images->fit_noffset_os, (const void **)&data, &len); |