commit | d331084298002e5cc0a54abb5855be1fc69153c3 | [log] [tgz] |
---|---|---|
author | Peter Chubb <Peter.Chubb@data61.csiro.au> | Thu Sep 08 20:51:57 2016 +0000 |
committer | Marek Vasut <marex@denx.de> | Mon Aug 21 11:31:10 2017 +0200 |
tree | 132ea8034b61c8e80f5f59bc3d7d4453d9e9c4d6 | |
parent | a11a5b8ad9d7bfd37e7abbbaecc536f86eabc2d2 [diff] |
Fix fastboot boot address 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@data61.csiro.au> Reviewed-by: Tom Rini <trini@konsulko.com> Acked-by: Steve Rae <steve.rae@raedomain.com>