diff options
Diffstat (limited to 'board/sysam/amcore/amcore.c')
-rw-r--r-- | board/sysam/amcore/amcore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sysam/amcore/amcore.c b/board/sysam/amcore/amcore.c index 429f886771..086421d926 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, }; |