diff options
author | Paul Kocialkowski | 2015-06-12 19:56:59 +0200 |
---|---|---|
committer | Marek Vasut | 2015-07-22 08:57:53 +0200 |
commit | 17da3c0c8cad2a40903c078d178cd663d73ccc7c (patch) | |
tree | 3bc3214b5165febe077585d7c5485735d1cfede7 /doc/README.android-fastboot | |
parent | 01acd6abbdd5a5951f68d08c245550c720ea6ad8 (diff) |
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 'doc/README.android-fastboot')
-rw-r--r-- | doc/README.android-fastboot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.android-fastboot b/doc/README.android-fastboot index c2a2418a0fa..92f28979998 100644 --- a/doc/README.android-fastboot +++ b/doc/README.android-fastboot @@ -42,8 +42,8 @@ NOTE: The CONFIG_G_DNL_VENDOR_NUM must be one of the numbers supported by the fastboot client. The list of vendor IDs supported can be found in the fastboot client source code (fastboot.c) mentioned above. -The fastboot function is enabled by defining CONFIG_CMD_FASTBOOT and -CONFIG_ANDROID_BOOT_IMAGE. +The fastboot function is enabled by defining CONFIG_USB_FUNCTION_FASTBOOT, +CONFIG_CMD_FASTBOOT and CONFIG_ANDROID_BOOT_IMAGE. The fastboot protocol requires a large memory buffer for downloads. This buffer should be as large as possible for a platform. The location of the |