This patch adds the UART4 base address for the artik530. The s5p4418
SoC has five uart ports and the UART4 has been exposed in the GPIO
header. It can be possible to make the UART4 is one of the debug
console of u-boot.
Change-Id: I8158cdeeaff52841508f6067214770f143dbfb40
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
#define CONFIG_PL01x_PORTS {(void *)PHY_BASEADDR_UART0, \
(void *)PHY_BASEADDR_UART1, \
(void *)PHY_BASEADDR_UART2, \
- (void *)PHY_BASEADDR_UART3}
+ (void *)PHY_BASEADDR_UART3, \
+ (void *)PHY_BASEADDR_UART4}
#define CONFIG_BAUDRATE 115200
#define CONFIG_SYS_BAUDRATE_TABLE \