[U-Boot] [PATCH] Fix fastboot boot address

Steve Rae steve.rae at raedomain.com
Fri Dec 30 22:27:27 CET 2016


On Thu, Sep 8, 2016 at 2:07 PM, Tom Rini <trini at konsulko.com> wrote:
> On Thu, Sep 08, 2016 at 08:51:57PM +0000, Peter.Chubb at data61.csiro.au wrote:
>
>> Fastboot loads an image at CONFIG_FASTBOOT_BUF_ADDR, but currently
>> tells do_bootm() to look for an image at $loadaddr.  This breaks if
>> CONFIG_FASTBOOT_BUF_ADDR is different from the current user-set
>> loadaddr.
>>
>> Instead, tell do_bootm() to pick up the image where it was laoded.
>>
>> Signed-off-by: Peter Chubb <peter.chubb at data61.csiro.au>
>
> Reviewed-by: Tom Rini <trini at konsulko.com>
>
> --
> Tom
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot

Acked-by: Steve Rae <steve.rae at raedomain.com>

Thanks, Steve


More information about the U-Boot mailing list