Re: [U-Boot] [PATCH 21/51] common: Extend board-specific DT fixup

2017-07-25 Thread Mario Six
Hi Simon, On Wed, Jul 19, 2017 at 11:05 AM, Simon Glass wrote: > Hi Mario, > > On 14 July 2017 at 05:55, Mario Six wrote: >> Commit 2a79275 ("dm: Add callback to modify the device tree") >> implemented a board-specific callback that can modify U-Boot's

Re: [U-Boot] [PATCH 21/51] common: Extend board-specific DT fixup

2017-07-19 Thread Simon Glass
Hi Mario, On 14 July 2017 at 05:55, Mario Six wrote: > Commit 2a79275 ("dm: Add callback to modify the device tree") > implemented a board-specific callback that can modify U-Boot's device > tree before relocation to accomodate a range of hardware variations of > certain

[U-Boot] [PATCH 21/51] common: Extend board-specific DT fixup

2017-07-14 Thread Mario Six
Commit 2a79275 ("dm: Add callback to modify the device tree") implemented a board-specific callback that can modify U-Boot's device tree before relocation to accomodate a range of hardware variations of certain boards. However, this approach only turns out to be useful when the copy of the device