]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - README
kbuild: create symbolic link only for ARM, AVR32, SPARC, PowerPC, x86
[karo-tx-uboot.git] / README
diff --git a/README b/README
index 2eea436f434d61ba8d8a8925586ccce5fc1dd5cd..10e8f33f70ebb2d6043e9b1fdbbfe2b06a3aea0d 100644 (file)
--- a/README
+++ b/README
@@ -1826,6 +1826,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
@@ -1837,12 +1840,12 @@ The following options need to be configured:
                This enables support for booting images which use the Android
                image format header.
 
-               CONFIG_USB_FASTBOOT_BUF_ADDR
+               CONFIG_FASTBOOT_BUF_ADDR
                The fastboot protocol requires a large memory buffer for
                downloads. Define this to the starting RAM address to use for
                downloaded images.
 
-               CONFIG_USB_FASTBOOT_BUF_SIZE
+               CONFIG_FASTBOOT_BUF_SIZE
                The fastboot protocol requires a large memory buffer for
                downloads. This buffer should be as large as possible for a
                platform. Define this to the size available RAM for fastboot.