usb: CONFIG_USB_FASTBOOT prefix replacement for consistency
FASTBOOT is defined both by CONFIG_USB_FUNCTION_FASTBOOT AND CONFIG_CMD_FASTBOOT, so it doesn't
make much sense to have a CONFIG_USB_FASTBOOT prefix for fastboot-specific options, especially
given that other config options for fastboot use the CONFIG_FASTBOOT prefix.
This replaces the CONFIG_USB_FASTBOOT prefix with CONFIG_FASTBOOT, for consistency.
Signed-off-by:
Paul Kocialkowski <contact@paulk.fr>
Showing
- README 2 additions, 2 deletionsREADME
- doc/README.android-fastboot 2 additions, 2 deletionsdoc/README.android-fastboot
- drivers/usb/gadget/f_fastboot.c 4 additions, 4 deletionsdrivers/usb/gadget/f_fastboot.c
- include/configs/am335x_evm.h 2 additions, 2 deletionsinclude/configs/am335x_evm.h
- include/configs/bav335x.h 2 additions, 2 deletionsinclude/configs/bav335x.h
- include/configs/bcm28155_ap.h 2 additions, 2 deletionsinclude/configs/bcm28155_ap.h
- include/configs/dra7xx_evm.h 2 additions, 2 deletionsinclude/configs/dra7xx_evm.h
- include/configs/nitrogen6x.h 2 additions, 2 deletionsinclude/configs/nitrogen6x.h
- include/configs/omap3_beagle.h 2 additions, 2 deletionsinclude/configs/omap3_beagle.h
Loading
Please register or sign in to comment