On the 4430/5430, console is in peripheral space, not core.

This commit is contained in:
matt 2013-06-17 04:38:14 +00:00
parent c2a2594d1e
commit 071fef8460

View File

@ -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)