From 2ca064df7da39ad5009b46e1ddeddabf8ff17a08 Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Fri, 10 Feb 2017 13:12:51 +1100 Subject: hdata_to_dt: Only output dtb convert test cases to diff DTS rather than DTB. This means we also have to build dtc on CentOS 7 to be able to run the test suite. Signed-off-by: Stewart Smith [oohall@gmail.com moved the test cases into seperate patches] Signed-off-by: Stewart Smith --- test/dt_common.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/dt_common.c b/test/dt_common.c index 7622081..2da1d72 100644 --- a/test/dt_common.c +++ b/test/dt_common.c @@ -47,7 +47,9 @@ static void dump_val(unsigned indent, const void *prop, size_t size) } } -static void dump_dt(const struct dt_node *root, unsigned indent, bool show_props) +void dump_dt(const struct dt_node *root, unsigned indent, bool show_props); + +void dump_dt(const struct dt_node *root, unsigned indent, bool show_props) { const struct dt_node *i; const struct dt_property *p; -- cgit v1.1