diff options
author | 2016-10-23 19:06:08 +0000 | |
---|---|---|
committer | 2016-10-23 19:06:08 +0000 | |
commit | f24ab9958ac336ec9146fe583c7d28a0ac74a5b5 (patch) | |
tree | 1929fff715dff5bb82bda2ef1f3c9cfe42b15d87 | |
parent | Remove sunxi board IDs. (diff) | |
download | wireguard-openbsd-f24ab9958ac336ec9146fe583c7d28a0ac74a5b5.tar.xz wireguard-openbsd-f24ab9958ac336ec9146fe583c7d28a0ac74a5b5.zip |
Remove sunxi board IDs.
-rw-r--r-- | sys/arch/armv7/stand/efiboot/conf.c | 4 | ||||
-rw-r--r-- | sys/arch/armv7/stand/efiboot/efiboot.c | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/sys/arch/armv7/stand/efiboot/conf.c b/sys/arch/armv7/stand/efiboot/conf.c index edf38569630..d95ff7633c3 100644 --- a/sys/arch/armv7/stand/efiboot/conf.c +++ b/sys/arch/armv7/stand/efiboot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.5 2016/10/06 18:15:44 kettenis Exp $ */ +/* $OpenBSD: conf.c,v 1.6 2016/10/23 19:06:08 kettenis Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -35,7 +35,7 @@ #include "efiboot.h" #include "efidev.h" -const char version[] = "0.4"; +const char version[] = "0.5"; int debug = 0; struct fs_ops file_system[] = { diff --git a/sys/arch/armv7/stand/efiboot/efiboot.c b/sys/arch/armv7/stand/efiboot/efiboot.c index 67d1e6af516..ad48eab6191 100644 --- a/sys/arch/armv7/stand/efiboot/efiboot.c +++ b/sys/arch/armv7/stand/efiboot/efiboot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: efiboot.c,v 1.12 2016/10/06 18:15:44 kettenis Exp $ */ +/* $OpenBSD: efiboot.c,v 1.13 2016/10/23 19:06:08 kettenis Exp $ */ /* * Copyright (c) 2015 YASUOKA Masahiko <yasuoka@yasuoka.net> @@ -226,8 +226,6 @@ struct board_id { }; struct board_id board_id_table[] = { - { "allwinner,sun4i-a10", 4104 }, - { "allwinner,sun7i-a20", 4283 }, { "arm,vexpress", 2272 }, { "google,snow", 3774 }, { "google,spring", 3774 }, |