davidchisnall / dtc

FreeBSD Device Tree Compiler
19 stars 15 forks source link

Fix resolve_cross_reference #23

Closed evadot closed 7 years ago

evadot commented 7 years ago

The null char need to be at the end.

Fix issue #20

Signed-off-by: Emmanuel Vadot manu@freebsd.org

davidchisnall commented 7 years ago

Please can I have a test case for this? It looks like something that might be easy to break again.

evadot commented 7 years ago

The sun7i-a20-bananapi.dts in sys/gnu is was I used.

export MACHINE=arm ./sys/tools/fdt/make_dtb.sh $SRCROOT/sys sys/gnu/dts/arm/sun7i-a20-bananapi.dts .