[U-Boot] [PATCH] x86: bootm: Fix FIT image booting on x86

Bin Meng bmeng.cn at gmail.com
Wed Apr 5 04:14:08 UTC 2017


On Wed, Apr 5, 2017 at 10:38 AM, Bin Meng <bmeng.cn at gmail.com> wrote:
> On Fri, Mar 31, 2017 at 2:09 PM, Stefan Roese <sr at 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 at denx.de>
>> Cc: Simon Glass <sjg at chromium.org>
>> Cc: Bin Meng <bmeng.cn at gmail.com>
>> ---
>>  arch/x86/lib/bootm.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>

applied to u-boot-x86, thanks!


More information about the U-Boot mailing list