From: Rob Herring <r...@kernel.org> Enable Android Fastboot support on omap3_beagle board.
Signed-off-by: Rob Herring <r...@kernel.org> --- include/configs/omap3_beagle.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 0b57421..e070760 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -110,6 +110,11 @@ #define CONFIG_TWL4030_USB 1 #define CONFIG_USB_ETHER #define CONFIG_USB_ETHER_RNDIS +#define CONFIG_USB_GADGET +#define CONFIG_CMD_FASTBOOT +#define CONFIG_ANDROID_BOOT_IMAGE +#define CONFIG_USB_FASTBOOT_VENDOR_ID 0x0451 +#define CONFIG_USB_FASTBOOT_PRODUCT_ID 0xd022 /* USB EHCI */ #define CONFIG_CMD_USB -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot