summaryrefslogtreecommitdiff
path: root/src/mainboard/a-trend/atc-6220/auto.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/a-trend/atc-6220/auto.c')
-rw-r--r--src/mainboard/a-trend/atc-6220/auto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/a-trend/atc-6220/auto.c b/src/mainboard/a-trend/atc-6220/auto.c
index 2e60b1c526..1b5891e519 100644
--- a/src/mainboard/a-trend/atc-6220/auto.c
+++ b/src/mainboard/a-trend/atc-6220/auto.c
@@ -54,7 +54,7 @@ static void main(unsigned long bist)
if (bist == 0)
early_mtrr_init();
- w83977tf_enable_serial(SERIAL_DEV, TTYS0_BASE);
+ w83977tf_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE);
uart_init();
console_init();
report_bist_failure(bist);