This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / cpu / x86 / smm / smmrelocate.S
index 2a7bfc23c761e6f39127b53c4ff401d206fec10b..136f5630a11e6c9d02dac063cbc8218bed42a661 100644 (file)
@@ -140,7 +140,7 @@ smm_relocate:
        /* End of hardware specific section. */
 #ifdef DEBUG_SMM_RELOCATION
        /* print [SMM-x] so we can determine if CPUx went to SMM */
-       movw $TTYS0_BASE, %dx
+       movw $CONFIG_TTYS0_BASE, %dx
        mov $'[', %al
        outb %al, %dx
        mov $'S', %al