Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpc/stand/hpcboot/arm Make hpcboot functional when ...



details:   https://anonhg.NetBSD.org/src/rev/5e45f452d6b1
branches:  trunk
changeset: 507013:5e45f452d6b1
user:      toshii <toshii%NetBSD.org@localhost>
date:      Sun Mar 11 11:47:24 2001 +0000

description:
Make hpcboot functional when jornada 720 or iPAQ is selected
at the boot menu.

diffstat:

 sys/arch/hpc/stand/hpcboot/arm/arm_boot.cpp |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 75099fece47a -r 5e45f452d6b1 sys/arch/hpc/stand/hpcboot/arm/arm_boot.cpp
--- a/sys/arch/hpc/stand/hpcboot/arm/arm_boot.cpp       Sun Mar 11 09:20:58 2001 +0000
+++ b/sys/arch/hpc/stand/hpcboot/arm/arm_boot.cpp       Sun Mar 11 11:47:24 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: arm_boot.cpp,v 1.1 2001/02/09 18:34:52 uch Exp $       */
+/*     $NetBSD: arm_boot.cpp,v 1.2 2001/03/11 11:47:24 toshii Exp $    */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -68,6 +68,8 @@
 
        if (platid_match(&platid, &platid_mask_CPU_ARM_STRONGARM_SA1100))
                args.architecture = ARCHITECTURE_ARM_SA1100;
+       else if (platid_match(&platid, &platid_mask_CPU_ARM_STRONGARM_SA1110))
+               args.architecture = ARCHITECTURE_ARM_SA1100;
        else
                return FALSE;
 



Home | Main Index | Thread Index | Old Index