Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Sort options
details: https://anonhg.NetBSD.org/src/rev/560d55f139d1
branches: trunk
changeset: 445138:560d55f139d1
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Oct 15 05:14:07 2018 +0000
description:
Sort options
diffstat:
sys/arch/evbarm/conf/std.generic64 | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diffs (28 lines):
diff -r 13c31933d69c -r 560d55f139d1 sys/arch/evbarm/conf/std.generic64
--- a/sys/arch/evbarm/conf/std.generic64 Mon Oct 15 05:11:08 2018 +0000
+++ b/sys/arch/evbarm/conf/std.generic64 Mon Oct 15 05:14:07 2018 +0000
@@ -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 @@
# Architecture options
options AARCH64
-options __HAVE_PCI_CONF_HOOK
-
options ARM_GENERIC_TODR
options ARM_INTR_IMPL="<arch/arm/fdt/fdt_intr.h>"
+options DRAM_BLOCKS=256
+options EVBARM_BOARDTYPE="FDT"
options FDT # Flattened Device Tree support
options FPU_VFP
-options DRAM_BLOCKS=256
-options EVBARM_BOARDTYPE="FDT"
options PCI_NETBSD_CONFIGURE
+options __HAVE_PCI_CONF_HOOK
# XXXNH not yet
#options __HAVE_CPU_UAREA_ALLOC_IDLELWP
Home |
Main Index |
Thread Index |
Old Index