summaryrefslogtreecommitdiffstats
path: root/include/configs/dra7xx_evm.h
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2015-06-12 19:56:59 +0200
committerMarek Vasut <marex@denx.de>2015-07-22 08:57:53 +0200
commit17da3c0c8cad2a40903c078d178cd663d73ccc7c (patch)
tree3bc3214b5165febe077585d7c5485735d1cfede7 /include/configs/dra7xx_evm.h
parent01acd6abbdd5a5951f68d08c245550c720ea6ad8 (diff)
downloadtalos-obmc-uboot-17da3c0c8cad2a40903c078d178cd663d73ccc7c.tar.gz
talos-obmc-uboot-17da3c0c8cad2a40903c078d178cd663d73ccc7c.zip
usb: Fastboot function config for better consistency with other functions
USB download gadget functions such as thor and dfu have a separate config option for the USB gadget part of the code, independent from the command part. This switches the fastboot USB gadget to the same scheme, for better consistency. Signed-off-by: Paul Kocialkowski <contact@paulk.fr> Tested-by: Lukasz Majewski <l.majewski@samsung.com> Test HW: Odroid_XU3 (Exynos5422), trats (Exynos4210)
Diffstat (limited to 'include/configs/dra7xx_evm.h')
-rw-r--r--include/configs/dra7xx_evm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h
index b9699442fb..62330bf6e4 100644
--- a/include/configs/dra7xx_evm.h
+++ b/include/configs/dra7xx_evm.h
@@ -89,6 +89,7 @@
DFU_ALT_INFO_RAM
/* Fastboot */
+#define CONFIG_USB_FUNCTION_FASTBOOT
#define CONFIG_CMD_FASTBOOT
#define CONFIG_ANDROID_BOOT_IMAGE
#define CONFIG_USB_FASTBOOT_BUF_ADDR CONFIG_SYS_LOAD_ADDR
OpenPOWER on IntegriCloud