]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fdt_support: Move of_read_number to fdt_support.h
authorArnab Basu <arnab.basu@freescale.com>
Mon, 8 Sep 2014 19:19:58 +0000 (12:19 -0700)
committerYork Sun <yorksun@freescale.com>
Thu, 25 Sep 2014 15:36:19 +0000 (08:36 -0700)
commit08df4a21c7d580770cabd7ba62591da035d9a545
tree727980ab5b4e8a731550bd4c1b256edcc72fd0bb
parentbb5783224b9b12eecf406761f82e3de2a2ca9dae
fdt_support: Move of_read_number to fdt_support.h

This is being done so that it can be used outside 'fdt_support.c'. Making
life more convenient when reading device node properties that can be 32
or 64 bits long.

Signed-off-by: Arnab Basu <arnab.basu@freescale.com>
Cc: Scott Wood <scottwood@freescale.com>
common/fdt_support.c
include/fdt_support.h