From 6ec9028568a2edc9740e2a84596e619eee5c12e6 Mon Sep 17 00:00:00 2001 From: Greg Ungerer Date: Mon, 4 Mar 2013 11:51:45 +1000 Subject: [PATCH] --- yaml --- r: 361142 b: refs/heads/master c: 0371a1c5ae7d0543b3f948e47b2029987608acc2 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/m68k/platform/coldfire/m528x.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ad28a50cbe26..d001a67e5bcf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e97e9c98168b5357822ce4d8ed81fdb68aad3c30 +refs/heads/master: 0371a1c5ae7d0543b3f948e47b2029987608acc2 diff --git a/trunk/arch/m68k/platform/coldfire/m528x.c b/trunk/arch/m68k/platform/coldfire/m528x.c index 83b7dad7a84e..b03a9d271837 100644 --- a/trunk/arch/m68k/platform/coldfire/m528x.c +++ b/trunk/arch/m68k/platform/coldfire/m528x.c @@ -69,7 +69,7 @@ static void __init m528x_uarts_init(void) u8 port; /* make sure PUAPAR is set for UART0 and UART1 */ - port = readb(MCF5282_GPIO_PUAPAR); + port = readb(MCFGPIO_PUAPAR); port |= 0x03 | (0x03 << 2); writeb(port, MCFGPIO_PUAPAR); }