Now all the socs use the same va entry point and don't have any
authorjsg <jsg@openbsd.org>
Wed, 20 May 2015 01:44:20 +0000 (01:44 +0000)
committerjsg <jsg@openbsd.org>
Wed, 20 May 2015 01:44:20 +0000 (01:44 +0000)
commit7110a1a79300f2e95da5cc5fe67b145ad8b039de
tree0fc3731e31e9b0a7b166d04f992d17f457ab71eb
parentc69d9998f2bf911bfe31fd4206b6210d988f2118
Now all the socs use the same va entry point and don't have any
conflicting symbols we can combine the configs.

Multiple umg files are still required however.  The bsd.umg target in
the kernel is replaced by targets for bsd.IMX.umg, bsd.OMAP.umg and
bsd.SUNXI.umg.
14 files changed:
distrib/armv7/miniroot/Makefile.inc
distrib/armv7/ramdisk/Makefile
distrib/armv7/ramdisk/install.md
etc/etc.armv7/Makefile.inc
sys/arch/armv7/compile/.cvsignore
sys/arch/armv7/conf/GENERIC [new file with mode: 0644]
sys/arch/armv7/conf/GENERIC-IMX [deleted file]
sys/arch/armv7/conf/GENERIC-OMAP [deleted file]
sys/arch/armv7/conf/GENERIC-SUNXI [deleted file]
sys/arch/armv7/conf/Makefile.armv7
sys/arch/armv7/conf/RAMDISK [new file with mode: 0644]
sys/arch/armv7/conf/RAMDISK-IMX [deleted file]
sys/arch/armv7/conf/RAMDISK-OMAP [deleted file]
sys/arch/armv7/conf/RAMDISK-SUNXI [deleted file]