Prepare v2023.10
[platform/kernel/u-boot.git] / include / configs / am57xx_evm.h
index ff0498a..06edde6 100644 (file)
 #ifndef __CONFIG_AM57XX_EVM_H
 #define __CONFIG_AM57XX_EVM_H
 
-#include <environment/ti/dfu.h>
+#include <env/ti/dfu.h>
 #include <linux/sizes.h>
 
-#define CONFIG_IODELAY_RECALIBRATION
-
-#define CONFIG_SYS_BOOTM_LEN           SZ_64M
-
-#define CONFIG_SYS_NS16550_COM1                UART1_BASE      /* Base EVM has UART0 */
-#define CONFIG_SYS_NS16550_COM2                UART2_BASE      /* UART2 */
-#define CONFIG_SYS_NS16550_COM3                UART3_BASE      /* UART3 */
-
-#define CONFIG_SYS_OMAP_ABE_SYSCK
+#define CFG_SYS_NS16550_COM1           UART1_BASE      /* Base EVM has UART0 */
+#define CFG_SYS_NS16550_COM2           UART2_BASE      /* UART2 */
+#define CFG_SYS_NS16550_COM3           UART3_BASE      /* UART3 */
 
 #ifndef CONFIG_SPL_BUILD
 #define DFUARGS \
 
 #include <configs/ti_omap5_common.h>
 
-/* Enhance our eMMC support / experience. */
-#define CONFIG_HSMMC2_8BIT
-
 /* CPSW Ethernet */
-#define CONFIG_NET_RETRY_COUNT         10
 #define PHY_ANEG_TIMEOUT       8000    /* PHY needs longer aneg time at 1G */
 
 /*
@@ -58,9 +48,9 @@
  * 0x1E0000 - 0x9E0000 : QSPI.kernel (8MiB)
  * 0x9E0000 - 0x2000000 : USERLAND
  */
-#define CONFIG_SYS_SPI_KERNEL_OFFS      0x1E0000
-#define CONFIG_SYS_SPI_ARGS_OFFS        0x140000
-#define CONFIG_SYS_SPI_ARGS_SIZE        0x80000
+#define CFG_SYS_SPI_KERNEL_OFFS      0x1E0000
+#define CFG_SYS_SPI_ARGS_OFFS        0x140000
+#define CFG_SYS_SPI_ARGS_SIZE        0x80000
 
 /* SPI SPL */