Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hpcarm/conf Remove CPU_SA110 option.



details:   https://anonhg.NetBSD.org/src/rev/f4e8d152949c
branches:  trunk
changeset: 526451:f4e8d152949c
user:      rjs <rjs%NetBSD.org@localhost>
date:      Fri May 03 16:50:51 2002 +0000

description:
Remove CPU_SA110 option.

diffstat:

 sys/arch/hpcarm/conf/IPAQ       |  7 +++----
 sys/arch/hpcarm/conf/JORNADA720 |  7 +++----
 2 files changed, 6 insertions(+), 8 deletions(-)

diffs (53 lines):

diff -r 9bac336b29a1 -r f4e8d152949c sys/arch/hpcarm/conf/IPAQ
--- a/sys/arch/hpcarm/conf/IPAQ Fri May 03 16:47:35 2002 +0000
+++ b/sys/arch/hpcarm/conf/IPAQ Fri May 03 16:50:51 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: IPAQ,v 1.19 2002/04/25 15:06:27 atatat Exp $
+#      $NetBSD: IPAQ,v 1.20 2002/05/03 16:50:51 rjs Exp $
 #
 #      iPAQ H3600 -- Windows-CE based PDA
 #
@@ -16,13 +16,12 @@
 #options       NTP             # NTP phase/frequency locked loop
 
 # CPU options
-options        CPU_SA110       # Support the SA110 core
-options        CPU_SA1110      # Support the SA110 core
+
+options        CPU_SA1110      # Support the SA1110 core
 
 # Architecture options
 options        SAEGPIO_BASE="0x49000000"
                                # we have Extended GPIO
-
 # FPA options
 #options       ARMFPE          # ARM Ltd FPE
 
diff -r 9bac336b29a1 -r f4e8d152949c sys/arch/hpcarm/conf/JORNADA720
--- a/sys/arch/hpcarm/conf/JORNADA720   Fri May 03 16:47:35 2002 +0000
+++ b/sys/arch/hpcarm/conf/JORNADA720   Fri May 03 16:50:51 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: JORNADA720,v 1.19 2002/04/25 15:06:27 atatat Exp $
+#      $NetBSD: JORNADA720,v 1.20 2002/05/03 16:50:51 rjs Exp $
 #
 #      JORNADA -- Windows-CE based jornada 720
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.19 $"
+#ident                 "GENERIC-$Revision: 1.20 $"
 
 # estimated number of users
 maxusers       32
@@ -19,8 +19,7 @@
 
 # CPU options
 
-options        CPU_SA110       # Support the SA110 core
-options        CPU_SA1110      # Support the SA110 core
+options        CPU_SA1110      # Support the SA1110 core
 
 # Architecture options
 



Home | Main Index | Thread Index | Old Index