diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/omap3_h1.h | 30 | 
1 files changed, 0 insertions, 30 deletions
| diff --git a/include/configs/omap3_h1.h b/include/configs/omap3_h1.h index 68fdbbd09..3334c5219 100644 --- a/include/configs/omap3_h1.h +++ b/include/configs/omap3_h1.h @@ -86,30 +86,6 @@  /* Probe all devices */  #define CONFIG_SYS_I2C_NOPROBES		{{0x0, 0x0}} -/* USB */ -#define CONFIG_MUSB_GADGET -#define CONFIG_USB_MUSB_OMAP2PLUS -#define CONFIG_MUSB_PIO_ONLY -#define CONFIG_USB_GADGET_DUALSPEED -#define CONFIG_TWL4030_USB		1 -#define CONFIG_USB_ETHER -#define CONFIG_USB_ETHER_RNDIS - -/* USB EHCI */ -#define CONFIG_CMD_USB -#define CONFIG_USB_EHCI - -#define CONFIG_USB_EHCI_OMAP -#define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO	147 - -#define CONFIG_USB_ULPI -#define CONFIG_USB_ULPI_VIEWPORT_OMAP - -#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3 -#define CONFIG_USB_HOST_ETHER -#define CONFIG_USB_ETHER_SMSC95XX -#define CONFIG_USB_ETHER_ASIX -  /* commands to include */  #include <config_cmd_default.h> @@ -118,7 +94,6 @@  #define CONFIG_CMD_CACHE  #define CONFIG_CMD_EXT2		/* EXT2 Support			*/ -#define CONFIG_CMD_FAT		/* FAT support			*/  #define CONFIG_CMD_FS_GENERIC	/* Generic FS support */  #define CONFIG_CMD_MTDPARTS	/* Enable MTD parts commands */  #define CONFIG_MTD_DEVICE	/* needed for mtdparts commands */ @@ -128,12 +103,7 @@  					"4m(kernel),-(fs)"  #define CONFIG_CMD_I2C		/* I2C serial bus support	*/ -#define CONFIG_USB_STORAGE	/* USB storage support		*/  #define CONFIG_CMD_NAND		/* NAND support			*/ -#define CONFIG_CMD_NET      /* bootp, tftpboot, rarpboot    */ -#define CONFIG_CMD_NFS      /* NFS support          */ -#define CONFIG_CMD_PING -#define CONFIG_CMD_DHCP  #define CONFIG_CMD_SETEXPR	/* Evaluate expressions		*/  #define CONFIG_CMD_GPIO     /* Enable gpio command */ |