Re: [U-Boot] [PATCH v3 21/29] fdt: Add a function to get the node offset of an alias

2014-07-26 Thread Simon Glass
On 23 July 2014 13:55, Simon Glass wrote: > This simple function returns the node offset of a named alias. > > Signed-off-by: Simon Glass Applied to dm/master. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v3 21/29] fdt: Add a function to get the node offset of an alias

2014-07-23 Thread Simon Glass
This simple function returns the node offset of a named alias. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None include/fdtdec.h | 11 +++ lib/fdtdec.c | 15 +++ 2 files changed, 26 insertions(+) diff --git a/include/fdtdec.h b/include/fdtdec.h in