ppc4xx: Use common ns16550 functions in 4xx UART POST driver
[oweals/u-boot.git] / include / configs / makalu.h
index 905c7191038799c09da4e5d6423d01921c41a04f..80163d49ee7cba5cc3d6bf644dc6d9a243cae037 100644 (file)
                                 CONFIG_SYS_POST_UART)
 
 /* Define here the base-addresses of the UARTs to test in POST */
-#define CONFIG_SYS_POST_UART_TABLE     {UART0_BASE, UART1_BASE}
+#define CONFIG_SYS_POST_UART_TABLE     { CONFIG_SYS_NS16550_COM1, \
+                       CONFIG_SYS_NS16550_COM2 }
 
 #define CONFIG_LOGBUFFER
 #define CONFIG_SYS_POST_CACHE_ADDR     0x00800000 /* free virtual address      */