]> git.sur5r.net Git - u-boot/blobdiff - include/configs/mx53evk.h
am335x_evm: do not define usb ether gadget when Eth DM is defined
[u-boot] / include / configs / mx53evk.h
index 22a9fc4bab1ac5c30b6bced1414596e0f6c3b8d0..4f304ed89f97c3431d6cd013cb50cbc1c0f62e7b 100644 (file)
@@ -41,6 +41,8 @@
 #define CONFIG_CMD_I2C
 #define CONFIG_SYS_I2C
 #define CONFIG_SYS_I2C_MXC
+#define CONFIG_SYS_I2C_MXC_I2C1                /* enable I2C bus 1 */
+#define CONFIG_SYS_I2C_MXC_I2C2                /* enable I2C bus 2 */
 #define CONFIG_SYS_I2C_MXC_I2C3                /* enable I2C bus 3 */
 
 /* PMIC Configs */
@@ -72,7 +74,6 @@
 #define CONFIG_CMD_PING
 #define CONFIG_CMD_DHCP
 #define CONFIG_CMD_MII
-#define CONFIG_CMD_NET
 #define CONFIG_CMD_DATE
 
 /* Miscellaneous commands */
 #define CONFIG_BAUDRATE                        115200
 
 /* Command definition */
-#include <config_cmd_default.h>
-
-#undef CONFIG_CMD_IMLS
-
 #define CONFIG_BOOTDELAY       3
 
 #define CONFIG_ETHPRIME                "FEC0"