Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/beagle Fix pasto.



details:   https://anonhg.NetBSD.org/src/rev/693459a0ccf9
branches:  trunk
changeset: 787414:693459a0ccf9
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Jun 16 17:57:21 2013 +0000

description:
Fix pasto.

diffstat:

 sys/arch/evbarm/beagle/beagle_start.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 2d7df3f32ee0 -r 693459a0ccf9 sys/arch/evbarm/beagle/beagle_start.S
--- a/sys/arch/evbarm/beagle/beagle_start.S     Sun Jun 16 17:47:54 2013 +0000
+++ b/sys/arch/evbarm/beagle/beagle_start.S     Sun Jun 16 17:57:21 2013 +0000
@@ -98,7 +98,7 @@
 #define INIT_MEMSIZE   128
 #endif
 
-RCSID("$NetBSD: beagle_start.S,v 1.14 2013/06/16 16:48:23 matt Exp $")
+RCSID("$NetBSD: beagle_start.S,v 1.15 2013/06/16 17:57:21 matt Exp $")
 
 #define Invalidate_I_cache(reg) \
        mcr     p15, 0, reg, c7, c5, 0  /* Invalidate Entire I cache */
@@ -285,8 +285,8 @@
                L1_S_PROTO | L1_S_APv7_KRW)
 
 #if OMAP_L4_CORE_BASE <= CONSADDR \
+       && CONSADDR < OMAP_L4_CORE_BASE + OMAP_L4_CORE_SIZE
        /* Map first 1MB of L4 CORE 1:1 (so console will work) */
-       && CONSADDR < OMAP_L4_CORE_BASE + OMAP_L4_CORE_SIZE
        MMU_INIT(OMAP_L4_CORE_BASE, OMAP_L4_CORE_BASE,
                (OMAP_L4_CORE_SIZE + L1_S_SIZE - 1) / L1_S_SIZE,
                L1_S_PROTO | L1_S_APv7_KRW)



Home | Main Index | Thread Index | Old Index