X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=cpu%2Fnios2%2Fserial.c;h=8bbb803a6893c319cce8a7706affb1ee5dd66b8a;hb=f82642e33899766892499b163e60560fbbf87773;hp=0bd3821e395e82842bb40ca6d79acc3bd884f582;hpb=41ec8b1803804b7e0644d07af4977c339a575b80;p=karo-tx-uboot.git diff --git a/cpu/nios2/serial.c b/cpu/nios2/serial.c index 0bd3821e39..8bbb803a68 100644 --- a/cpu/nios2/serial.c +++ b/cpu/nios2/serial.c @@ -34,7 +34,7 @@ DECLARE_GLOBAL_DATA_PTR; *-----------------------------------------------------------------*/ #if defined(CONFIG_CONSOLE_JTAG) -static nios_jtag_t *jtag = (nios_jtag_t *)CFG_NIOS_CONSOLE; +static nios_jtag_t *jtag = (nios_jtag_t *)CONFIG_SYS_NIOS_CONSOLE; void serial_setbrg( void ){ return; } int serial_init( void ) { return(0);} @@ -79,9 +79,9 @@ int serial_getc (void) *-----------------------------------------------------------------*/ #else -static nios_uart_t *uart = (nios_uart_t *) CFG_NIOS_CONSOLE; +static nios_uart_t *uart = (nios_uart_t *) CONFIG_SYS_NIOS_CONSOLE; -#if defined(CFG_NIOS_FIXEDBAUD) +#if defined(CONFIG_SYS_NIOS_FIXEDBAUD) /* Everything's already setup for fixed-baud PTF * assignment @@ -106,7 +106,7 @@ int serial_init (void) return (0); } -#endif /* CFG_NIOS_FIXEDBAUD */ +#endif /* CONFIG_SYS_NIOS_FIXEDBAUD */ /*-----------------------------------------------------------------------