Re: [U-Boot] [PATCH v5 02/14] dm: fdt: Add a function to look up a chosen node

2014-09-21 Thread Simon Glass
On 4 September 2014 16:27, Simon Glass wrote: > Within /chosen we may have a node which points to another node, similar > to how /aliases works. Add a helper function to do this lookup. > > Signed-off-by: Simon Glass Applied to u-boot-dm/master and now in mainline. __

[U-Boot] [PATCH v5 02/14] dm: fdt: Add a function to look up a chosen node

2014-09-04 Thread Simon Glass
Within /chosen we may have a node which points to another node, similar to how /aliases works. Add a helper function to do this lookup. Signed-off-by: Simon Glass --- Changes in v5: - Add new patch to add a function to look up a chosen node Changes in v4: None Changes in v3: None Changes in v2: