diff options
author | 2018-02-15 00:03:06 +0000 | |
---|---|---|
committer | 2018-02-15 00:03:06 +0000 | |
commit | f65e4240969912e87a1726af9f02d5d61a81ea00 (patch) | |
tree | b779953733d31a4f273fe3c7224dab7d8f25af73 | |
parent | prune files.* entries that refer to files not in tree (diff) | |
download | wireguard-openbsd-f65e4240969912e87a1726af9f02d5d61a81ea00.tar.xz wireguard-openbsd-f65e4240969912e87a1726af9f02d5d61a81ea00.zip |
use the arm64 openprom.c on arm64
ok patrick@
-rw-r--r-- | sys/arch/arm64/conf/files.arm64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arm64/conf/files.arm64 b/sys/arch/arm64/conf/files.arm64 index b58bb1f6c5c..9aa00165995 100644 --- a/sys/arch/arm64/conf/files.arm64 +++ b/sys/arch/arm64/conf/files.arm64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.arm64,v 1.18 2018/01/25 15:06:29 mpi Exp $ +# $OpenBSD: files.arm64,v 1.19 2018/02/15 00:03:06 jsg Exp $ maxpartitions 16 maxusers 2 8 64 @@ -44,7 +44,7 @@ file arch/arm64/arm64/db_interface.c ddb file arch/arm64/arm64/db_trace.c ddb pseudo-device openprom -file arch/arm/arm/openprom.c openprom needs-flag +file arch/arm64/arm64/openprom.c openprom needs-flag define fdt {[early = 0]} |