diff options
Diffstat (limited to 'include/configs/PCI5441.h')
-rw-r--r-- | include/configs/PCI5441.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/PCI5441.h b/include/configs/PCI5441.h index 831a60d..d06b7f8 100644 --- a/include/configs/PCI5441.h +++ b/include/configs/PCI5441.h @@ -92,7 +92,8 @@ /*------------------------------------------------------------------------ * CONSOLE *----------------------------------------------------------------------*/ -#if defined(CONFIG_CONSOLE_JTAG) +#define CONFIG_ALTERA_UART 1 /* Use altera uart */ +#if defined(CONFIG_ALTERA_JTAG_UART) #define CONFIG_SYS_NIOS_CONSOLE 0x00920820 /* JTAG UART base addr */ #else #define CONFIG_SYS_NIOS_CONSOLE 0x009208a0 /* UART base addr */ |