[U-Boot] [PATCH] x86/bootm: fix compressed image boot
Bin Meng
bmeng.cn at gmail.com
Thu Oct 11 06:01:57 UTC 2018
Hi Hannes,
On Thu, Oct 11, 2018 at 1:45 PM Hannes Schmelzer
<hannes.schmelzer at br-automation.com> wrote:
>
> If we're booting some u-boot module with compressed payload, we have to
> use the pointer where the image really has been loaded (unzipped) to
> instead the pointer to the payload of the u-boot module.
>
> Signed-off-by: Hannes Schmelzer <hannes.schmelzer at br-automation.com>
> ---
>
> arch/x86/lib/bootm.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
Can you describe with what reproduce steps current codes are failing? thanks!
Regards,
Bin
More information about the U-Boot
mailing list