From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Date: Thu, 10 Apr 2014 14:18:07 -0500 Subject: [U-Boot] [PATCH v3 5/5] arm: beagle: enable Android fastboot support In-Reply-To: <1397157488-8695-1-git-send-email-robherring2@gmail.com> References: <1397157488-8695-1-git-send-email-robherring2@gmail.com> Message-ID: <1397157488-8695-6-git-send-email-robherring2@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Rob Herring Enable Android Fastboot support on omap3_beagle board. Signed-off-by: Rob Herring --- 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