summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2015-07-20 15:17:15 +0200
committerTom Rini <trini@konsulko.com>2015-08-12 20:47:38 -0400
commitfbdd3299d2ce67aa04b62e44038dd355af349b7e (patch)
tree7b01b3f44fcd391bffabe45a7ce6870ba3020818 /configs
parent9f4e1e94bb790cd85eb9904a78b396b512e0ce0b (diff)
downloadtalos-obmc-uboot-fbdd3299d2ce67aa04b62e44038dd355af349b7e.tar.gz
talos-obmc-uboot-fbdd3299d2ce67aa04b62e44038dd355af349b7e.zip
sniper: Fastboot support
This adds support for the fastboot USB gadget, including flashing to the internal MMC and reboot to bootloader or not. Signed-off-by: Paul Kocialkowski <contact@paulk.fr> Reviewed-by: Tom Rini <trini@konsulko.com> [trini: Update to use Kconfig for MUSB] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/sniper_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sniper_defconfig b/configs/sniper_defconfig
index d2e10a9c04..44cf3595b3 100644
--- a/configs/sniper_defconfig
+++ b/configs/sniper_defconfig
@@ -5,3 +5,5 @@ CONFIG_SPL=y
# CONFIG_CMD_IMLS is not set
# CONFIG_CMD_FLASH is not set
# CONFIG_CMD_FPGA is not set
+CONFIG_USB=y
+CONFIG_USB_MUSB_GADGET=y
OpenPOWER on IntegriCloud