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 BPI is CORTEX A7 and Allwinner A20



details:   https://anonhg.NetBSD.org/src/rev/42be5f3b2f3c
branches:  trunk
changeset: 333225:42be5f3b2f3c
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Oct 24 07:00:49 2014 +0000

description:
BPI is CORTEX A7 and Allwinner A20

diffstat:

 sys/arch/evbarm/conf/BPI |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 17366d8fd0a5 -r 42be5f3b2f3c sys/arch/evbarm/conf/BPI
--- a/sys/arch/evbarm/conf/BPI  Fri Oct 24 02:39:34 2014 +0000
+++ b/sys/arch/evbarm/conf/BPI  Fri Oct 24 07:00:49 2014 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: BPI,v 1.4 2014/10/19 15:27:32 skrll Exp $
+#      $NetBSD: BPI,v 1.5 2014/10/24 07:00:49 skrll Exp $
 #
 #      BPI -- Banana Pi - an Allwinner A20 Eval Board Kernel
 #
@@ -20,12 +20,11 @@
 no makeoptions BOARDTYPE
 makeoptions    BOARDTYPE="bpi"
 #options       UVMHIST,UVMHIST_PRINT
-options        CPU_CORTEXA8
 options        CPU_CORTEXA7
-options        ALLWINNER_A10
 options        ALLWINNER_A20
 options        PMAPCOUNTERS
 options        AWIN_CONSOLE_EARLY
+#options       MULTIPROCESSOR
 
 # Architecture options
 



Home | Main Index | Thread Index | Old Index