Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/gumstix Statically map of devices moves to 0...



details:   https://anonhg.NetBSD.org/src/rev/78e4d080330d
branches:  trunk
changeset: 783476:78e4d080330d
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Mon Dec 24 06:49:41 2012 +0000

description:
Statically map of devices moves to 0xc0000000 from 0x90000000.

diffstat:

 sys/arch/evbarm/gumstix/gumstixreg.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 1a93e5e187ad -r 78e4d080330d sys/arch/evbarm/gumstix/gumstixreg.h
--- a/sys/arch/evbarm/gumstix/gumstixreg.h      Mon Dec 24 06:41:02 2012 +0000
+++ b/sys/arch/evbarm/gumstix/gumstixreg.h      Mon Dec 24 06:49:41 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: gumstixreg.h,v 1.6 2010/08/28 04:46:24 kiyohara Exp $  */
+/*     $NetBSD: gumstixreg.h,v 1.7 2012/12/24 06:49:41 kiyohara Exp $  */
 /*
  * Copyright (C) 2005, 2006 WIDE Project and SOUM Corporation.
  * All rights reserved.
@@ -47,8 +47,8 @@
 #define GUMSTIX_HWUART_VBASE           0xfd600000
 #define GUMSTIX_LCDC_VBASE             0xfd700000
 
-#define OVERO_L4_PERIPHERAL_VBASE      0x90000000
-#define OVERO_GPMC_VBASE               0x90100000
+#define OVERO_L4_PERIPHERAL_VBASE      0xc0000000
+#define OVERO_GPMC_VBASE               0xc0100000
 
 
 #define ioreg_read(a)          (*(volatile unsigned *)(a))



Home | Main Index | Thread Index | Old Index