Prepare v2023.10
[platform/kernel/u-boot.git] / include / configs / mxs.h
index 30f27e7..6ebfee6 100644 (file)
@@ -77,8 +77,8 @@
  * DUART Serial Driver.
  * Conflicts with AUART driver which can be set by board.
  */
-#define CONFIG_PL011_CLOCK             24000000
-#define CONFIG_PL01x_PORTS             { (void *)MXS_UARTDBG_BASE }
+#define CFG_PL011_CLOCK                24000000
+#define CFG_PL01x_PORTS                { (void *)MXS_UARTDBG_BASE }
 /* Default baudrate can be overridden by board! */
 
 /* NAND */
@@ -86,9 +86,4 @@
 #define CFG_SYS_NAND_BASE              0x60000000
 #endif
 
-/* SPI */
-#ifdef CONFIG_CMD_SPI
-#define CONFIG_SPI_HALF_DUPLEX
-#endif
-
 #endif /* __CONFIGS_MXS_H__ */