]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove fdt_fixup_table from architectures where it's unneeded. We only make
authorAndrew Turner <andrew@FreeBSD.org>
Thu, 21 Jan 2016 16:48:01 +0000 (16:48 +0000)
committerAndrew Turner <andrew@FreeBSD.org>
Thu, 21 Jan 2016 16:48:01 +0000 (16:48 +0000)
commit252a329b5bad8e3cabc3efc7773e8e661ffa1029
treee63932005382fb351de199898f8d3c233705f7cc
parent026ffbb8edba8d33b45c6c41ecc154e0d54129e3
Remove fdt_fixup_table from architectures where it's unneeded. We only make
use of fdt_fixup_table on PowerPC and ARM. As such we can remove it from
other architectures as it's unneeded.

Reviewed by: nwhitehorn
Sponsored by: ABT Systems Ltd
Differential Revision: https://reviews.freebsd.org/D5013
sys/conf/files.amd64
sys/conf/files.arm64
sys/conf/files.i386
sys/conf/files.mips
sys/dev/fdt/fdt_arm64.c [deleted file]
sys/dev/fdt/fdt_common.h
sys/dev/fdt/fdt_mips.c [deleted file]
sys/dev/fdt/fdt_x86.c [deleted file]
sys/dev/ofw/ofw_fdt.c