diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2016-10-05 22:06:49 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2016-10-05 22:06:49 +0000 |
commit | d61f3d4e7d9143c4d3edd268978195aa041f81e4 (patch) | |
tree | 0c046610f586550b73c5016a07744a3276d0c72f /sys/arch/armv7/conf/GENERIC | |
parent | fb6d4103628f27e5c21220e95c8eee0d732cef04 (diff) |
Make imxdog(4) set cpuresetfn, and remove all the imx platform that is no
longer needed, including the imx board IDs.
ok patrick@, jsg@
Diffstat (limited to 'sys/arch/armv7/conf/GENERIC')
-rw-r--r-- | sys/arch/armv7/conf/GENERIC | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC index 2bc096dfbc5..d0b86f1db1f 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.57 2016/10/03 01:59:20 jsg Exp $ +# $OpenBSD: GENERIC,v 1.58 2016/10/05 22:06:48 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -39,7 +39,6 @@ agtimer* at fdt? armliicc* at cortex? # iMX -imx0 at mainbus? # iMX SoC imxccm* at fdt? early 1 # clock control module imxiomuxc* at fdt? early 1 # iomux controller imxocotp* at fdt? # on-chip otp controller |