|
@@ -18,33 +18,16 @@
|
|
|
/* UART configuration */
|
|
|
#if (CONFIG_SYS_LPC32XX_UART == 1) || (CONFIG_SYS_LPC32XX_UART == 2) || \
|
|
|
(CONFIG_SYS_LPC32XX_UART == 7)
|
|
|
-#if defined(CONFIG_SPL_BUILD)
|
|
|
-/* SPL images do not support LPC32xx HSUART, UART5 is selected for SPL */
|
|
|
-#undef CONFIG_SYS_LPC32XX_UART
|
|
|
-#define CONFIG_SYS_LPC32XX_UART 5
|
|
|
-#endif
|
|
|
-
|
|
|
#if !defined(CONFIG_LPC32XX_HSUART)
|
|
|
#define CONFIG_LPC32XX_HSUART
|
|
|
#endif
|
|
|
#endif
|
|
|
|
|
|
-#if defined(CONFIG_SPL_BUILD)
|
|
|
-#define CONFIG_SYS_NS16550_SERIAL
|
|
|
-#define CONFIG_SYS_NS16550_REG_SIZE -4
|
|
|
-#define CONFIG_SYS_NS16550_CLK get_serial_clock()
|
|
|
-
|
|
|
-#define CONFIG_SYS_NS16550_COM1 UART3_BASE
|
|
|
-#define CONFIG_SYS_NS16550_COM2 UART4_BASE
|
|
|
-#define CONFIG_SYS_NS16550_COM3 UART5_BASE
|
|
|
-#define CONFIG_SYS_NS16550_COM4 UART6_BASE
|
|
|
-#endif
|
|
|
-
|
|
|
#if !defined(CONFIG_SYS_NS16550_CLK)
|
|
|
#define CONFIG_SYS_NS16550_CLK 13000000
|
|
|
#endif
|
|
|
|
|
|
-#if !defined(CONFIG_LPC32XX_HSUART) || defined(CONFIG_SPL_BUILD)
|
|
|
+#if !defined(CONFIG_LPC32XX_HSUART)
|
|
|
#define CONFIG_CONS_INDEX (CONFIG_SYS_LPC32XX_UART - 2)
|
|
|
#else
|
|
|
#define CONFIG_CONS_INDEX CONFIG_SYS_LPC32XX_UART
|