summaryrefslogtreecommitdiff
path: root/sbin/disklabel
diff options
context:
space:
mode:
authorryo <ryo@NetBSD.org>2018-04-01 04:35:01 +0000
committerryo <ryo@NetBSD.org>2018-04-01 04:35:01 +0000
commit8694f07cb89f3a801ec613d6aa02b684826abe7e (patch)
treee92b6114357cf6e2edadaaa72159a89012cd5a80 /sbin/disklabel
parentec462995c03cdebd26f79e319ecfe5b86cdd0796 (diff)
Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)
- sys/arch/evbarm64 is gone and integrated into sys/arch/evbarm. (by skrll@) - add support fdt. evbarm/conf/GENERIC64 fdt (bcm2837,sunxi,tegra) based generic 64bit kernel config. (by skrll@, jmcneill@)
Diffstat (limited to 'sbin/disklabel')
-rw-r--r--sbin/disklabel/main.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/disklabel/main.c b/sbin/disklabel/main.c
index 1f041e8790f..70b034aee30 100644
--- a/sbin/disklabel/main.c
+++ b/sbin/disklabel/main.c
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.48 2018/01/24 09:04:42 skrll Exp $ */
+/* $NetBSD: main.c,v 1.49 2018/04/01 04:35:02 ryo Exp $ */
/*
* Copyright (c) 2006 The NetBSD Foundation, Inc.
@@ -76,7 +76,7 @@ __COPYRIGHT("@(#) Copyright (c) 1987, 1993\
static char sccsid[] = "@(#)disklabel.c 8.4 (Berkeley) 5/4/95";
/* from static char sccsid[] = "@(#)disklabel.c 1.2 (Symmetric) 11/28/85"; */
#else
-__RCSID("$NetBSD: main.c,v 1.48 2018/01/24 09:04:42 skrll Exp $");
+__RCSID("$NetBSD: main.c,v 1.49 2018/04/01 04:35:02 ryo Exp $");
#endif
#endif /* not lint */
@@ -262,7 +262,6 @@ static const struct disklabel_params {
{ "prep", 1, 1, 8, 2, 0, 0, BIG_ENDIAN }, /* powerpc */
{ "dreamcast", 1, 1, 16, 2, 0, 0, LITTLE_ENDIAN }, /* sh3 */
- { "evbarm64", 1, 1, 16, 2, 0, 0, 0 }, /* aarch64 */
{ "evbcf", 1, 1, 16, 2, 0, 0, BIG_ENDIAN }, /* coldfire */
{ "evbppc-mbr", 1, 1, 16, 2, 0, 0, BIG_ENDIAN }, /* powerpc */
{ "evbsh3", 1, 1, 16, 2, 0, 0, 0 }, /* sh3 */