diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2016-10-23 19:06:09 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2016-10-23 19:06:09 +0000 |
commit | 14d74a64eb6829aa7a909f39670d651e78e1b7db (patch) | |
tree | 6f09fb05cce253e34478b30881d47cfac948b404 /sys/arch/armv7/stand | |
parent | bf65065b48b9c76806650de996db2d20d2e2c4bc (diff) |
Remove sunxi board IDs.
Diffstat (limited to 'sys/arch/armv7/stand')
-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 }, |