Module Name:    src
Committed By:   skrll
Date:           Mon Oct 15 05:14:07 UTC 2018

Modified Files:
        src/sys/arch/evbarm/conf: std.generic64

Log Message:
Sort options


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/conf/std.generic64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/std.generic64
diff -u src/sys/arch/evbarm/conf/std.generic64:1.4 src/sys/arch/evbarm/conf/std.generic64:1.5
--- src/sys/arch/evbarm/conf/std.generic64:1.4	Mon Oct 15 05:11:08 2018
+++ src/sys/arch/evbarm/conf/std.generic64	Mon Oct 15 05:14:07 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: std.generic64,v 1.4 2018/10/15 05:11:08 skrll Exp $
+#	$NetBSD: std.generic64,v 1.5 2018/10/15 05:14:07 skrll Exp $
 #
 #	generic NetBSD/evbarm64 with FDT support
 
@@ -9,15 +9,14 @@ include		"arch/aarch64/conf/std.aarch64"
 # Architecture options
 options 	AARCH64
 
-options 	__HAVE_PCI_CONF_HOOK
-
 options 	ARM_GENERIC_TODR
 options 	ARM_INTR_IMPL="<arch/arm/fdt/fdt_intr.h>"
-options 	FDT				# Flattened Device Tree support
-options 	FPU_VFP
 options 	DRAM_BLOCKS=256
 options 	EVBARM_BOARDTYPE="FDT"
+options 	FDT				# Flattened Device Tree support
+options 	FPU_VFP
 options 	PCI_NETBSD_CONFIGURE
+options 	__HAVE_PCI_CONF_HOOK
 
 # XXXNH not yet
 #options 	__HAVE_CPU_UAREA_ALLOC_IDLELWP

Reply via email to