the bitrig master branch has been updated by patrick with 2 new commits: commit 0d81f155013d6fd4bc2c66b7968b00a520dfa720 diff: https://github.com/bitrig/bitrig/commit/0d81f15 author: Patrick Wildt <[email protected]> date: Sat Dec 20 01:09:24 2014 +0100
fdt: Implement a simple way to find a node by phandle. M sys/arch/arm/arm/fdt.c M sys/arch/arm/include/fdt.h commit c438127952f776bb910d49418463bd6a1dd16938 diff: https://github.com/bitrig/bitrig/commit/c438127 author: Patrick Wildt <[email protected]> date: Sat Dec 20 01:07:11 2014 +0100 fdt: don't crash if we didn't find a node If we're looking for a node by name and have not found it, make sure we don't crash when the node's name ptr is null. M sys/arch/arm/arm/fdt.c
