global: Migrate CONFIG_STACKBASE to CFG
[platform/kernel/u-boot.git] / include / configs / k2e_evm.h
index 716ae3b..929c9a2 100644 (file)
@@ -11,9 +11,6 @@
 
 #include <environment/ti/spi.h>
 
-/* Platform type */
-#define CONFIG_SOC_K2E
-
 #ifdef CONFIG_TI_SECURE_DEVICE
 #define DEFAULT_SEC_BOOT_ENV                                           \
        DEFAULT_FIT_TI_ARGS                                             \
@@ -23,7 +20,7 @@
 #endif
 
 /* U-Boot general configuration */
-#define CONFIG_EXTRA_ENV_KS2_BOARD_SETTINGS                            \
+#define ENV_KS2_BOARD_SETTINGS                                         \
        DEFAULT_FW_INITRAMFS_BOOT_ENV                                   \
        DEFAULT_SEC_BOOT_ENV                                            \
        "boot=ubi\0"                                                    \
 
 #define SPI_MTD_PARTS KEYSTONE_SPI0_MTD_PARTS
 
-/* NAND Configuration */
-#define CONFIG_SYS_NAND_PAGE_2K
-
 /* Network */
-#define CONFIG_KSNET_NETCP_V1_5
-#define CONFIG_KSNET_CPSW_NUM_PORTS    9
-#define CONFIG_KSNET_MDIO_PHY_CONFIG_ENABLE
-
-#define CONFIG_DDR_SPD
+#define CFG_KSNET_CPSW_NUM_PORTS       9
 
 #endif /* __CONFIG_K2E_EVM_H */