aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@FreeBSD.org>2018-10-07 15:54:13 +0000
committerMichael Tuexen <tuexen@FreeBSD.org>2018-10-07 15:54:13 +0000
commit6b45121a6d0b5e33b823e8b25d009696861fa940 (patch)
tree981f4b4f074da52f92b645eae700f725abd97f75 /sys/arm64
parent1613f09199eb198b62f81df8fa92ec163a01c78f (diff)
downloadsrc-6b45121a6d0b5e33b823e8b25d009696861fa940.tar.gz
src-6b45121a6d0b5e33b823e8b25d009696861fa940.zip
Address the warning regarding duplicate option 'GEOM_PART_GPT' when
configuring kernels for i386, amd64, and arm64. The 'GEOM_PART_GPT' option was added to the DEFAULTS configuration in r337967. Approved by: re (kib@) Reviewed by: ler@ Differential Revision: https://reviews.freebsd.org/D17458 Sponsored by: Netflix, Inc.
Notes
Notes: svn path=/head/; revision=339223
Diffstat (limited to 'sys/arm64')
-rw-r--r--sys/arm64/conf/GENERIC1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC
index f753f8d1f9c3..92e7c9347ac2 100644
--- a/sys/arm64/conf/GENERIC
+++ b/sys/arm64/conf/GENERIC
@@ -50,7 +50,6 @@ options MSDOSFS # MSDOS Filesystem
options CD9660 # ISO 9660 Filesystem
options PROCFS # Process filesystem (requires PSEUDOFS)
options PSEUDOFS # Pseudo-filesystem framework
-options GEOM_PART_GPT # GUID Partition Tables.
options GEOM_RAID # Soft RAID functionality.
options GEOM_LABEL # Provides labelization
options COMPAT_FREEBSD32 # Incomplete, but used by cloudabi32.ko.