aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/conf/EFIKA_MX
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-10-05 23:01:50 +0000
committerWarner Losh <imp@FreeBSD.org>2017-10-05 23:01:50 +0000
commit094fc1ed0f2627525c7b0342efcbad5be7a8546a (patch)
treec7530db05a897a6e5ae897c96698153c35740771 /sys/arm/conf/EFIKA_MX
parent0b972ac92efa281a92d2c774008c23e38373b413 (diff)
downloadsrc-094fc1ed0f2627525c7b0342efcbad5be7a8546a.tar.gz
src-094fc1ed0f2627525c7b0342efcbad5be7a8546a.zip
Tag all armv7 kernels as such in their machine config line.
Transition all boards that support arm cortex CPUs to armv7. This leaves two armv6 kernels in the tree. RPI-B, which uses the BCM2835 which has a ARM1176 core, and VERSATILEPB, which is a qemu board setup around the time RPI-B went in. Copy std.armv6 to std.armv7, even though that duplicates a lot of stuff. More work needs to be done to sort out the duplication. Differential Revision: https://reviews.freebsd.org/D12027
Notes
Notes: svn path=/head/; revision=324341
Diffstat (limited to 'sys/arm/conf/EFIKA_MX')
-rw-r--r--sys/arm/conf/EFIKA_MX2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/conf/EFIKA_MX b/sys/arm/conf/EFIKA_MX
index a77a5a8eb1c6..c8090bf9b2f4 100644
--- a/sys/arm/conf/EFIKA_MX
+++ b/sys/arm/conf/EFIKA_MX
@@ -20,7 +20,7 @@
ident EFIKA_MX
-include "std.armv6"
+include "std.armv7"
include "../freescale/imx/std.imx51"
makeoptions WITHOUT_MODULES="ahc"