Re: [U-Boot] [PATCH] board/BuR: invalidate ${dtbaddr} before cfgscr

2019-05-29 Thread Tom Rini
On Thu, May 16, 2019 at 05:24:19PM +0200, Hannes Schmelzer wrote: > From: Hannes Schmelzer > > The first memory location of ${dtbaddr} may be still valid after a warm > restart of the machine and 'fdt addr ${dtbaddr}' doesn't recognize that > the cfgscript didn't run properly and fallback mechan

[U-Boot] [PATCH] board/BuR: invalidate ${dtbaddr} before cfgscr

2019-05-16 Thread Hannes Schmelzer
From: Hannes Schmelzer The first memory location of ${dtbaddr} may be still valid after a warm restart of the machine and 'fdt addr ${dtbaddr}' doesn't recognize that the cfgscript didn't run properly and fallback mechanism with copying the internal fdt ${fdtcontroladdr} to ${dtbaddr} doesn't cat