diff options
author | 2018-03-30 09:27:43 +0000 | |
---|---|---|
committer | 2018-03-30 09:27:43 +0000 | |
commit | 49e83c995bb58a0df8a87af45866ff015cc317df (patch) | |
tree | eea3eec727241bdf493ee73c2d76a12335a539e8 /sys | |
parent | Move imxgpc(4) to sys/dev/fdt so it can be shared between arm64 and armv7. (diff) | |
download | wireguard-openbsd-49e83c995bb58a0df8a87af45866ff015cc317df.tar.xz wireguard-openbsd-49e83c995bb58a0df8a87af45866ff015cc317df.zip |
Enable imxgpc(4).
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/arm64/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index 1bb6051a8b1..eb6b827bdfe 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.54 2018/03/29 20:33:53 patrick Exp $ +# $OpenBSD: GENERIC,v 1.55 2018/03/30 09:27:43 patrick Exp $ # # GENERIC machine description file # @@ -85,6 +85,7 @@ wsdisplay* at simplefb? # iMX imxuart* at fdt? +imxgpc* at fdt? # Raspberry Pi 3 bcmaux* at fdt? diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index bf5a2793d13..8bcdd00da04 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.46 2018/03/29 20:33:53 patrick Exp $ +# $OpenBSD: RAMDISK,v 1.47 2018/03/30 09:27:43 patrick Exp $ # # GENERIC machine description file # @@ -92,6 +92,7 @@ wsdisplay* at simplefb? # iMX imxuart* at fdt? +imxgpc* at fdt? # Raspberry Pi 3 bcmaux* at fdt? |