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 On the 4430/5430, console is in perip...
details: https://anonhg.NetBSD.org/src/rev/51fbf6e46b44
branches: trunk
changeset: 787420:51fbf6e46b44
user: matt <matt%NetBSD.org@localhost>
date: Mon Jun 17 04:38:14 2013 +0000
description:
On the 4430/5430, console is in peripheral space, not core.
diffstat:
sys/arch/evbarm/beagle/beagle.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4249bd024cf6 -r 51fbf6e46b44 sys/arch/evbarm/beagle/beagle.h
--- a/sys/arch/evbarm/beagle/beagle.h Mon Jun 17 04:37:39 2013 +0000
+++ b/sys/arch/evbarm/beagle/beagle.h Mon Jun 17 04:38:14 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: beagle.h,v 1.11 2013/06/16 16:48:23 matt Exp $ */
+/* $NetBSD: beagle.h,v 1.12 2013/06/17 04:38:14 matt Exp $ */
/*
* Copyright (c) 2007 Microsoft
* All rights reserved.
@@ -130,7 +130,7 @@
#define OMAP_EMIF1_VBASE (OMAP_L4_ABE_VBASE + OMAP_L4_ABE_SIZE)
#define OMAP_EMIF2_VBASE (OMAP_EMIF1_VBASE + OMAP_EMIF1_SIZE)
#define OMAP_KERNEL_IO_VEND (OMAP_EMIF2_VBASE + OMAP_EMIF2_SIZE)
-#define CONSADDR_VA ((CONSADDR - OMAP_L4_CORE_BASE) + OMAP_L4_CORE_VBASE)
+#define CONSADDR_VA ((CONSADDR - OMAP_L4_PERIPHERAL_BASE) + OMAP_L4_PERIPHERAL_VBASE)
#elif defined(TI_AM335X)
#define OMAP_L4_PERIPHERAL_VBASE OMAP_KERNEL_IO_VBASE
#define OMAP_L4_FAST_VBASE (OMAP_L4_PERIPHERAL_VBASE + OMAP_L4_PERIPHERAL_SIZE)
Home |
Main Index |
Thread Index |
Old Index