aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.tests
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2014-05-11 13:13:46 +1000
committerDavid Gibson <david@gibson.dropbear.id.au>2014-05-12 16:01:09 +1000
commit40f7f576c8e7df395ed25f0f3df61fac85f1adf9 (patch)
tree9aecbaaf8684d04f31294248c2b63b59cc4dd34b /tests/Makefile.tests
parentf240527e54021f82d70d8a09035e575f864c1fbd (diff)
downloaddtc-40f7f576c8e7df395ed25f0f3df61fac85f1adf9.zip
dtc-40f7f576c8e7df395ed25f0f3df61fac85f1adf9.tar.gz
dtc-40f7f576c8e7df395ed25f0f3df61fac85f1adf9.tar.bz2
libfdt: Add helpers to read #address-cells and #size-cells
This patch makes a small start on libfdt functions which actually help to parse the contents of device trees, rather than purely manipulating the tree's structure. We add simple helpers to read and sanity check the #address-cells and #size-cells values for a given node. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'tests/Makefile.tests')
-rw-r--r--tests/Makefile.tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.tests b/tests/Makefile.tests
index dafb618..9adedec 100644
--- a/tests/Makefile.tests
+++ b/tests/Makefile.tests
@@ -8,6 +8,7 @@ LIB_TESTS_L = get_mem_rsv \
char_literal \
sized_cells \
notfound \
+ addr_size_cells \
setprop_inplace nop_property nop_node \
sw_tree1 \
move_and_save mangle-layout nopulate \