Merge tag 'dm-pull-18mar22' of https://source.denx.de/u-boot/custodians/u-boot-dm...
[platform/kernel/u-boot.git] / include / configs / mx6ullevk.h
index 6bcca11..dfcdc00 100644 (file)
 
 #ifdef CONFIG_CMD_NET
 #define CONFIG_FEC_ENET_DEV            1
-#if (CONFIG_FEC_ENET_DEV == 0)
-#define CONFIG_ETHPRIME                        "eth0"
-#elif (CONFIG_FEC_ENET_DEV == 1)
-#define CONFIG_ETHPRIME                        "eth1"
-#endif
 #endif
 
 #endif