the bitrig master branch has been updated by patrick with 1 new commit: commit 3ccaae9e418f04cf4d9749e8acd7507eb6fb58e5 diff: https://github.com/bitrig/bitrig/commit/3ccaae9 author: Patrick Wildt <[email protected]> date: Sun Mar 1 16:11:24 2015 +0100
fdt: rework finding compatibles Previously we assumed that node only have one compatible string. This is wrong. A node can have multiple strings for propagating what it is compatible to. This means we can't continue to look for such nodes as we did. Instead we need to go through the tree manually and check every node. Also we need to check every string in the compatible property. M sys/arch/arm/fdt/fdt.c M sys/arch/arm/include/fdt.h
