diff options
Diffstat (limited to 'include/asm-m68k/mcfuart.h')
| -rw-r--r-- | include/asm-m68k/mcfuart.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/asm-m68k/mcfuart.h b/include/asm-m68k/mcfuart.h index e5082a917..7c0999d61 100644 --- a/include/asm-m68k/mcfuart.h +++ b/include/asm-m68k/mcfuart.h @@ -46,7 +46,7 @@  #define	MCFUART_BASE1		0x140		/* Base address of UART1 */  #define	MCFUART_BASE2		0x180		/* Base address of UART2 */  #endif -#elif defined(CONFIG_M5282) +#elif defined(CONFIG_M5282) || defined(CONFIG_M5271)  #define MCFUART_BASE1		0x200           /* Base address of UART1 */  #define MCFUART_BASE2		0x240           /* Base address of UART2 */  #define MCFUART_BASE3		0x280           /* Base address of UART3 */ |