Re: [U-Boot] RFC: 'fastboot boot' uses wrong address when calling bootm

2016-09-08 Thread Tom Rini
On Wed, Sep 07, 2016 at 09:37:48AM +, peter.ch...@data61.csiro.au wrote: > Hi Folks, >If you set CONFIG_FASTBOOT_BUF_ADDR to anything other than the same >as $loadaddr then the call to do_bootm() in the fastboot code >will call do_bootm on a memory region that has nothing to do with

[U-Boot] RFC: 'fastboot boot' uses wrong address when calling bootm

2016-09-07 Thread Peter.Chubb
Hi Folks, If you set CONFIG_FASTBOOT_BUF_ADDR to anything other than the same as $loadaddr then the call to do_bootm() in the fastboot code will call do_bootm on a memory region that has nothing to do with the image downloaded. Sometimes the result is a hung system, other times the