Re: [U-Boot] [PATCH v2 1/2] libfdt: Correct fdt handling of overlays without fixups and base trees without symbols

2017-01-14 Thread Simon Glass
On 25 December 2016 at 22:24, Simon Glass wrote: > On 21 December 2016 at 03:58, Stefan Agner wrote: >> From: David Gibson >> >> The fdt_overlay_apply() function purports to support the edge cases where >> an overlay has no fixups to be applied, or a base tree which has no >> symbols (the latter

Re: [U-Boot] [PATCH v2 1/2] libfdt: Correct fdt handling of overlays without fixups and base trees without symbols

2016-12-25 Thread Simon Glass
On 21 December 2016 at 03:58, Stefan Agner wrote: > From: David Gibson > > The fdt_overlay_apply() function purports to support the edge cases where > an overlay has no fixups to be applied, or a base tree which has no > symbols (the latter can only work if the former is also true). However it >

[U-Boot] [PATCH v2 1/2] libfdt: Correct fdt handling of overlays without fixups and base trees without symbols

2016-12-20 Thread Stefan Agner
From: David Gibson The fdt_overlay_apply() function purports to support the edge cases where an overlay has no fixups to be applied, or a base tree which has no symbols (the latter can only work if the former is also true). However it gets it wrong in a couple of small ways: * In the no fixup