Merge tag 'next-20220328' of https://source.denx.de/u-boot/custodians/u-boot-video...
[platform/kernel/u-boot.git] / include / configs / cm_t43.h
index e250dc9..eb015e1 100644 (file)
@@ -32,9 +32,6 @@
                                         42, 43, 44, 45, 46, 47, 48, 49, \
                                         50, 51, 52, 53, 54, 55, 56, 57, }
 
-/* CPSW Ethernet support */
-#define CONFIG_SYS_RX_ETH_BUFFER       64
-
 /* Power */
 #define CONFIG_POWER_TPS65218
 
                "load mmc 1 ${fdtaddr} ${fdtfile} && " \
                "bootz ${loadaddr} - ${fdtaddr}\0"
 
-#define CONFIG_BOOTCOMMAND \
-       "mmc dev 0; " \
-       "if mmc rescan; then " \
-               "if run loadbootscript; then " \
-                       "run bootscript; " \
-               "fi; " \
-       "fi; " \
-       "mmc dev 1; " \
-       "if mmc rescan; then " \
-               "run emmcboot; " \
-       "fi;"
-
 /* SPL defines. */
 #define CONFIG_SYS_SPL_ARGS_ADDR       (CONFIG_SYS_SDRAM_BASE + (128 << 20))
 #define CONFIG_SYS_MONITOR_LEN         (512 * 1024)