diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2015-06-12 19:56:59 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-07-22 08:57:53 +0200 |
commit | 17da3c0c8cad2a40903c078d178cd663d73ccc7c (patch) | |
tree | 3bc3214b5165febe077585d7c5485735d1cfede7 /README | |
parent | 01acd6abbdd5a5951f68d08c245550c720ea6ad8 (diff) | |
download | u-boot-17da3c0c8cad2a40903c078d178cd663d73ccc7c.tar.gz |
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 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1716,6 +1716,9 @@ The following options need to be configured: sending again an USB request to the device. - USB Device Android Fastboot support: + CONFIG_USB_FUNCTION_FASTBOOT + This enables the USB part of the fastboot gadget + CONFIG_CMD_FASTBOOT This enables the command "fastboot" which enables the Android fastboot mode for the platform's USB device. Fastboot is a USB |