global: Move remaining CONFIG_SYS_* to CFG_SYS_*
[platform/kernel/u-boot.git] / include / configs / x530.h
index 0add626..dee87cb 100644 (file)
 /*
  * NS16550 Configuration
  */
-#define CONFIG_SYS_NS16550_SERIAL
-#define CONFIG_SYS_NS16550_CLK         CONFIG_SYS_TCLK
+#define CFG_SYS_NS16550_CLK            CFG_SYS_TCLK
 #if !defined(CONFIG_DM_SERIAL)
-#define CONFIG_SYS_NS16550_REG_SIZE    (-4)
-#define CONFIG_SYS_NS16550_COM1                MV_UART_CONSOLE_BASE
+#define CFG_SYS_NS16550_COM1           MV_UART_CONSOLE_BASE
 #endif
 
 /*