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



details:   https://anonhg.NetBSD.org/src/rev/462810069ca2
branches:  trunk
changeset: 447679:462810069ca2
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Jan 21 07:29:36 2019 +0000

description:
Sort

diffstat:

 sys/arch/evbarm/conf/std.bcm53xx |  27 +++++++++++++--------------
 1 files changed, 13 insertions(+), 14 deletions(-)

diffs (47 lines):

diff -r 21a748c15f3d -r 462810069ca2 sys/arch/evbarm/conf/std.bcm53xx
--- a/sys/arch/evbarm/conf/std.bcm53xx  Mon Jan 21 07:26:14 2019 +0000
+++ b/sys/arch/evbarm/conf/std.bcm53xx  Mon Jan 21 07:29:36 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.bcm53xx,v 1.18 2018/10/18 09:01:54 skrll Exp $
+#      $NetBSD: std.bcm53xx,v 1.19 2019/01/21 07:29:36 skrll Exp $
 #
 # standard NetBSD/evbarm for BCM5301X options
 
@@ -8,25 +8,24 @@
 # Pull in BCM53xx config definitions.
 include                "arch/evbarm/conf/files.bcm53xx"
 
-options        SOSEND_NO_LOAN
+options        ARM_GENERIC_TODR
+options        ARM_INTR_IMPL="<arch/arm/broadcom/bcm53xx_intr.h>"
 options        COM_TOLERANCE=40
-options        FPU_VFP
 options        CORTEX_PMC
-options        _ARM32_NEED_BUS_DMA_BOUNCE
+options        EVBARM_BOARDTYPE="bcm53xx"
+options        FPU_VFP
 options        PMAP_NEED_ALLOC_POOLPAGE
-options        __HAVE_MM_MD_DIRECT_MAPPED_PHYS
+options        SOSEND_NO_LOAN
+options        TPIDRPRW_IS_CURCPU
+options        _ARM32_NEED_BUS_DMA_BOUNCE
+options        __HAVE_CPU_COUNTER
+options        __HAVE_CPU_UAREA_ALLOC_IDLELWP
+options        __HAVE_FAST_SOFTINTS            # should be in types.h
 options        __HAVE_MM_MD_CACHE_ALIASING
-options        __HAVE_FAST_SOFTINTS            # should be in types.h
-options        __HAVE_CPU_UAREA_ALLOC_IDLELWP
-options        __HAVE_CPU_COUNTER
+options        __HAVE_MM_MD_DIRECT_MAPPED_PHYS
 options        __HAVE_PCI_CONF_HOOK
-options        TPIDRPRW_IS_CURCPU
-options        EVBARM_BOARDTYPE="bcm53xx"
 
+makeoptions    BOARDMKFRAG="${THISARM}/conf/mk.bcm53xx"
 makeoptions    BOARDTYPE="bcm53xx"
 makeoptions    KERNEL_BASE_VIRT="0x80100000"
 makeoptions    LOADADDRESS="0x00100000"
-makeoptions    BOARDMKFRAG="${THISARM}/conf/mk.bcm53xx"
-
-options        ARM_INTR_IMPL="<arch/arm/broadcom/bcm53xx_intr.h>"
-options                ARM_GENERIC_TODR



Home | Main Index | Thread Index | Old Index