Re: [U-Boot] [PATCH v2] dm: core: also parse chosen node

2017-08-13 Thread Simon Glass
Hi Rob, On 7 August 2017 at 13:55, Rob Clark wrote: > This is the node that would contain, for example, the framebuffer setup > by an earlier stage. > > Signed-off-by: Rob Clark > --- > v2: simplify a bit (and fix incorrect handling of pre_reloc_only)

[U-Boot] [PATCH v2] dm: core: also parse chosen node

2017-08-07 Thread Rob Clark
This is the node that would contain, for example, the framebuffer setup by an earlier stage. Signed-off-by: Rob Clark --- v2: simplify a bit (and fix incorrect handling of pre_reloc_only) by calling dm_scan_fdt_node() recursively to handle chosen node; add to sandbox