[U-Boot] [PATCH v2 1/3] image: fix bootm failure for FIT image

Simon Glass sjg at chromium.org
Fri Aug 22 22:36:20 CEST 2014


On 15 August 2014 14:55, Bryan Wu <cooloney at gmail.com> wrote:
> Commit b3dd64f5d537 "bootm: use genimg_get_kernel_addr()" introduced
> a bug for booting FIT image. It's because calling fit_parse_config()
> twice will give us wrong value in img_addr.
>
> Add a new version for CONFIG_FIT of genimg_get_kernel_addr() and
> return fit_uname_config and fit_uname_kernel for CONFIG_FIT.
>
> Reported-by: York Sun <yorksun at freescale.com>
> Signed-off-by: Bryan Wu <pengw at nvidia.com>

I believe this is superseded.

Regards,
Simon


More information about the U-Boot mailing list