summaryrefslogtreecommitdiffstats
path: root/include/configs/zeus.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2010-09-29 16:58:38 +0200
committerStefan Roese <sr@denx.de>2010-10-04 11:20:02 +0200
commit5d7c73e65b518a63a861a1a9c4965b6e67ae89a6 (patch)
treea2a9e84d21ef0b60dc5ab204db2f39fa03a4b88b /include/configs/zeus.h
parent98303292ad80245ef6707c89b2f16095ee1e1db3 (diff)
downloadtalos-obmc-uboot-5d7c73e65b518a63a861a1a9c4965b6e67ae89a6.tar.gz
talos-obmc-uboot-5d7c73e65b518a63a861a1a9c4965b6e67ae89a6.zip
ppc4xx: Use common ns16550 functions in 4xx UART POST driver
This patch changes the PPC4xx POST UART driver to use the common NS16550 functions for receiving and sending. Additionally the local function for SoC divisor setup are removed. Instead the functions from arch/powerpc/cpu/ppc4xx/4xx_uart.c are used. This removes code duplication. Also the common CONFIG_SYS_NS16550_COMx defines are now used to describe the POST UART's. And a compile breakage is fixed, introduced by a git merge of the ppc4xx/next branch into master. Now "ppc4xx.h" is moved to "asm/ppc4xx.h". Fixed as well with this patch. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/zeus.h')
-rw-r--r--include/configs/zeus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/zeus.h b/include/configs/zeus.h
index aa250cc2d0..06d4526b07 100644
--- a/include/configs/zeus.h
+++ b/include/configs/zeus.h
@@ -94,7 +94,7 @@
#define CONFIG_SYS_POST_ETHER_EXT_LOOPBACK /* eth POST using ext loopack connector */
/* Define here the base-addresses of the UARTs to test in POST */
-#define CONFIG_SYS_POST_UART_TABLE {UART0_BASE}
+#define CONFIG_SYS_POST_UART_TABLE { CONFIG_SYS_NS16550_COM1 }
#define CONFIG_LOGBUFFER
#define CONFIG_SYS_POST_CACHE_ADDR 0x00800000 /* free virtual address */
OpenPOWER on IntegriCloud