Move the com(4) fdt attachment driver to a more generic location and
authorpatrick <patrick@openbsd.org>
Mon, 15 Aug 2016 13:42:49 +0000 (13:42 +0000)
committerpatrick <patrick@openbsd.org>
Mon, 15 Aug 2016 13:42:49 +0000 (13:42 +0000)
commit769dc45f036fe9b4ccdf01cc98d827bce805246f
tree5b80c6c97232b9ef6b4338916920532b1b39794e
parent29fb7c249d8269e396a932e3211366d6ef94fe94
Move the com(4) fdt attachment driver to a more generic location and
rename it to fit the typical scheme of such an attachment driver.

ok kettenis@ jsg@
sys/arch/armv7/armv7/platform.c
sys/arch/armv7/conf/files.armv7
sys/arch/armv7/dev/com_fdt.c [new file with mode: 0644]
sys/arch/armv7/omap/files.omap
sys/arch/armv7/omap/omap_com.c [deleted file]