]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fdt: Add get commands to fdt
authorJoe Hershberger <joe.hershberger@ni.com>
Fri, 17 Aug 2012 10:34:37 +0000 (10:34 +0000)
committerGerald Van Baren <gvb@unssw.com>
Mon, 15 Oct 2012 23:20:22 +0000 (19:20 -0400)
commitbc80295b620c5abf9d4fb3b00846ef018e921540
tree6650c8996e4ed645d172d604d50d9b0d8849679a
parentf0a29d43313c9d0d9091aeae175bd7e8e7ac6124
fdt: Add get commands to fdt

Add commands to access data in the fdt.  This allows data from a dtb
or itb to be accessed from the shell scripts.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
common/cmd_fdt.c