]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Avoid use of the fdt_get_property_*() API, which is intrinsically
authorNathan Whitehorn <nwhitehorn@FreeBSD.org>
Sat, 30 Dec 2017 20:28:29 +0000 (20:28 +0000)
committerNathan Whitehorn <nwhitehorn@FreeBSD.org>
Sat, 30 Dec 2017 20:28:29 +0000 (20:28 +0000)
commit01d1c9d88914cf26b8c4284dedb759b9e86d0e80
tree295f93aaa4313f31cd6f9577b57c1774827f64ae
parent3159111ed6101c71f55e5ea2a30b1c274c0c4bd5
Avoid use of the fdt_get_property_*() API, which is intrinsically
incompatible with FDT versions < 16. This also simplifies the code a bit.

MFC after: 1 month
sys/dev/ofw/ofw_fdt.c