summaryrefslogtreecommitdiff
path: root/include/configs/PCI5441.h
diff options
context:
space:
mode:
authorScott McNutt <smcnutt@psyent.com>2010-03-19 23:03:28 (GMT)
committerScott McNutt <smcnutt@psyent.com>2010-04-02 16:28:40 (GMT)
commitc9d4f46b5d639a45747d5eaabd31d35856cb918f (patch)
tree41f2cf126f8371bffc10e382464e219bc6294a5d /include/configs/PCI5441.h
parentffa37fc98d71ef930bccd4e9eed37f6ce6b4d6af (diff)
downloadu-boot-fsl-qoriq-c9d4f46b5d639a45747d5eaabd31d35856cb918f.tar.xz
nios2: Move serial drivers to individual files in drivers/serial
The standard Altera UART & JTAG UART as well as the OpenCores YANU driver are now in individual files in drivers/serial rather than a single file uner cpu/nios2. Signed-off-by: Scott McNutt <smcnutt@psyent.com>
Diffstat (limited to 'include/configs/PCI5441.h')
-rw-r--r--include/configs/PCI5441.h3
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 */