Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbppc/mpc85xx Fix tpyo.



details:   https://anonhg.NetBSD.org/src/rev/ed65bf270964
branches:  trunk
changeset: 767860:ed65bf270964
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Aug 02 00:25:38 2011 +0000

description:
Fix tpyo.

diffstat:

 sys/arch/evbppc/mpc85xx/machdep.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b652d6232ca2 -r ed65bf270964 sys/arch/evbppc/mpc85xx/machdep.c
--- a/sys/arch/evbppc/mpc85xx/machdep.c Tue Aug 02 00:23:34 2011 +0000
+++ b/sys/arch/evbppc/mpc85xx/machdep.c Tue Aug 02 00:25:38 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.20 2011/07/25 05:46:12 matt Exp $        */
+/*     $NetBSD: machdep.c,v 1.21 2011/08/02 00:25:38 matt Exp $        */
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -268,7 +268,7 @@
                1, { ISOURCE_DDR },
                1 + ilog2(DEVDISR_DDR_15),
                { SVR_MPC8572v1 >> 16 } },
-       { "ddrc", DDRC1_BASE, DDRC_SIZE, 2,
+       { "ddrc", DDRC2_BASE, DDRC_SIZE, 2,
                1, { ISOURCE_DDR },
                1 + ilog2(DEVDISR_DDR2_14),
                { SVR_MPC8572v1 >> 16 } },



Home | Main Index | Thread Index | Old Index