global: Migrate CONFIG_MXC_USB_FLAGS et al to CFG
[platform/kernel/u-boot.git] / include / configs / k2g_evm.h
index 56dd9c7..d0634a9 100644 (file)
        "get_mon_mmc=load mmc ${bootpart} ${addr_mon} ${bootdir}/${name_mon}\0"\
        "name_fs=arago-base-tisdk-image-k2g-evm.cpio\0"
 
-#ifndef CONFIG_TI_SECURE_DEVICE
-#define CONFIG_BOOTCOMMAND                                             \
-       "run findfdt; "                                                 \
-       "run envboot; "                                                 \
-       "run init_${boot}; "                                            \
-       "run get_mon_${boot} run_mon; "                                 \
-       "run set_name_pmmc get_pmmc_${boot} run_pmmc; "                 \
-       "run get_kern_${boot}; "                                        \
-       "run init_fw_rd_${boot}; "                                      \
-       "run get_fdt_${boot}; "                                         \
-       "run run_kern"
-#else
-#define CONFIG_BOOTCOMMAND                                             \
-       "run findfdt; "                                                 \
-       "run envboot; "                                                 \
-       "run run_mon_hs; "                                              \
-       "run init_${boot}; "                                            \
-       "run get_fit_${boot}; "                                         \
-       "bootm ${addr_fit}#${name_fdt}"
-#endif
-
-/* NAND Configuration */
-#define CONFIG_SYS_NAND_PAGE_2K
-
 /* Network */
-#define CONFIG_KSNET_NETCP_V1_5
-#define CONFIG_KSNET_CPSW_NUM_PORTS    2
-#define CONFIG_KSNET_MDIO_PHY_CONFIG_ENABLE
+#define CFG_KSNET_CPSW_NUM_PORTS       2
 #define PHY_ANEG_TIMEOUT       10000 /* PHY needs longer aneg time */
 
-#ifndef CONFIG_SPL_BUILD
-#define CONFIG_CQSPI_REF_CLK 384000000
-#endif
-
 #define SPI_MTD_PARTS  KEYSTONE_SPI1_MTD_PARTS
 
 #include <configs/ti_armv7_keystone2.h>