]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fdt: Add a function to get the node offset of an alias
authorSimon Glass <sjg@chromium.org>
Wed, 23 Jul 2014 12:55:16 +0000 (06:55 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 23 Jul 2014 13:07:26 +0000 (14:07 +0100)
commit3234aa4babd79bf92239409145db4fda2f505051
tree61691075181b112acc3326a982026f01ea2770c5
parentc910e2e2da49036496a5b8b34425043675218d51
fdt: Add a function to get the node offset of an alias

This simple function returns the node offset of a named alias.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/fdtdec.h
lib/fdtdec.c