diff options
Diffstat (limited to 'common/serial.c')
| -rw-r--r-- | common/serial.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/serial.c b/common/serial.c index c3323ea51ac..051ae4e1d22 100644 --- a/common/serial.c +++ b/common/serial.c @@ -99,7 +99,7 @@ struct serial_device *default_serial_console(void) __attribute__((weak, alias("_  int serial_register (struct serial_device *dev)  { -#ifndef CONFIG_RELOC_FIXUP_WORKS +#ifdef CONFIG_NEEDS_MANUAL_RELOC  	dev->init += gd->reloc_off;  	dev->setbrg += gd->reloc_off;  	dev->getc += gd->reloc_off; | 
