aboutsummaryrefslogtreecommitdiff
path: root/board/sysam/amcore/amcore.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/sysam/amcore/amcore.c')
-rw-r--r--board/sysam/amcore/amcore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sysam/amcore/amcore.c b/board/sysam/amcore/amcore.c
index 429f886..086421d 100644
--- a/board/sysam/amcore/amcore.c
+++ b/board/sysam/amcore/amcore.c
@@ -109,7 +109,7 @@ int dram_init(void)
}
static struct coldfire_serial_plat mcf5307_serial_plat = {
- .base = CONFIG_SYS_UART_BASE,
+ .base = CFG_SYS_UART_BASE,
.port = 0,
.baudrate = CONFIG_BAUDRATE,
};