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 No need for CPU_CORTEXA7 since it's imp...



details:   https://anonhg.NetBSD.org/src/rev/521dad23079c
branches:  trunk
changeset: 337612:521dad23079c
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Apr 21 04:24:51 2015 +0000

description:
No need for CPU_CORTEXA7 since it's implied by ALLWINNER_A20

diffstat:

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

diffs (18 lines):

diff -r 22eac5ab62ab -r 521dad23079c sys/arch/evbarm/conf/BPI
--- a/sys/arch/evbarm/conf/BPI  Tue Apr 21 04:24:16 2015 +0000
+++ b/sys/arch/evbarm/conf/BPI  Tue Apr 21 04:24:51 2015 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: BPI,v 1.13 2014/11/23 20:02:37 snj Exp $
+#      $NetBSD: BPI,v 1.14 2015/04/21 04:24:51 matt Exp $
 #
 #      BPI -- Banana Pi - an Allwinner A20 Eval Board Kernel
 #
@@ -22,7 +22,6 @@
 no makeoptions BOARDTYPE
 makeoptions    BOARDTYPE="bpi"
 #options       UVMHIST,UVMHIST_PRINT
-options        CPU_CORTEXA7
 options        ALLWINNER_A20
 options        PMAPCOUNTERS
 options        AWIN_CONSOLE_EARLY



Home | Main Index | Thread Index | Old Index