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 Use std.evbarm



details:   https://anonhg.NetBSD.org/src/rev/24acbe3bbf60
branches:  trunk
changeset: 783364:24acbe3bbf60
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Dec 16 20:44:16 2012 +0000

description:
Use std.evbarm

diffstat:

 sys/arch/evbarm/conf/std.bcm53xx |  11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diffs (27 lines):

diff -r 6db4195602d7 -r 24acbe3bbf60 sys/arch/evbarm/conf/std.bcm53xx
--- a/sys/arch/evbarm/conf/std.bcm53xx  Sun Dec 16 20:43:54 2012 +0000
+++ b/sys/arch/evbarm/conf/std.bcm53xx  Sun Dec 16 20:44:16 2012 +0000
@@ -1,20 +1,15 @@
-#      $NetBSD: std.bcm53xx,v 1.8 2012/12/12 00:04:21 matt Exp $
+#      $NetBSD: std.bcm53xx,v 1.9 2012/12/16 20:44:16 matt Exp $
 #
 # standard NetBSD/evbarm for BEAGLEBAORD options
 
 machine        evbarm arm
-include                "conf/std"      # MI standard options
+include        "arch/evbarm/conf/std.evbarm"
 
 # Pull in BCM53xx config definitions.
-include "arch/evbarm/conf/files.bcm53xx"
+include                "arch/evbarm/conf/files.bcm53xx"
 
-options        EXEC_ELF32
-options        EXEC_SCRIPT
-
-# To support easy transit to ../arch/arm/arm32
 options        SOSEND_NO_LOAN
 options        COM_TOLERANCE=40
-options        ARM32
 options        FPU_VFP
 options        CORTEX_PMC
 #options       _ARM32_NEED_BUS_DMA_BOUNCE



Home | Main Index | Thread Index | Old Index