From 67fe8648c7dd59202344c84da8f225db8dffc483 Mon Sep 17 00:00:00 2001 From: Greg Ungerer Date: Mon, 26 Jun 2006 10:33:10 +1000 Subject: [PATCH] --- yaml --- r: 30161 b: refs/heads/master c: f3dd71209472b93340c1a940cc832c2712307b3e h: refs/heads/master i: 30159: b72354565136a3691b5602e3f9b69405669b334d v: v3 --- [refs] | 2 +- trunk/include/asm-m68knommu/mcfuart.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 085f704e2e80..54b6c64ac116 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f7399c3d96d852ae2105f51de766a50b9b021b18 +refs/heads/master: f3dd71209472b93340c1a940cc832c2712307b3e diff --git a/trunk/include/asm-m68knommu/mcfuart.h b/trunk/include/asm-m68knommu/mcfuart.h index 8040e43786be..dc0146c5258b 100644 --- a/trunk/include/asm-m68knommu/mcfuart.h +++ b/trunk/include/asm-m68knommu/mcfuart.h @@ -44,6 +44,10 @@ #define MCFUART_BASE1 0x60000 /* Base address of UART1 */ #define MCFUART_BASE2 0x64000 /* Base address of UART2 */ #define MCFUART_BASE3 0x68000 /* Base address of UART2 */ +#elif defined(CONFIG_M532x) +#define MCFUART_BASE1 0xfc060000 /* Base address of UART1 */ +#define MCFUART_BASE2 0xfc064000 /* Base address of UART2 */ +#define MCFUART_BASE3 0xfc068000 /* Base address of UART3 */ #endif