Module Name: src Committed By: jmcneill Date: Sat Sep 22 11:58:19 UTC 2018
Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Use fdt_open_into instead of fdt_move to load the DTB since we may make changes to the tree after loading it. When we are done making changes, call fdt_pack. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/arch/evbarm/fdt/fdt_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.