CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/06/14 04:03:51
Modified files:
sys/dev/ofw : fdt.c
sys/arch/armv7/armv7: armv7_machdep.c
Log message:
Make fdt_node_property() return -1 if the requested property can't be found
such that we can distinguish between non-existing properties and zero-length
properties. This brings the FDT code in line with the real OFW
implementations.
ok jsg@
