]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: CONFIG_USB_FASTBOOT prefix replacement for consistency
authorPaul Kocialkowski <contact@paulk.fr>
Mon, 20 Jul 2015 10:38:22 +0000 (12:38 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:49:01 +0000 (13:49 +0200)
commitfe66c84ac3b38e848516f90d73db2eb55cdf7e9d
tree9e48d6699ab454fa7e93290d4b67a59263ac393f
parent4278804669304d2148eba79ed7de96828ea14e80
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>
README
doc/README.android-fastboot
drivers/usb/gadget/f_fastboot.c
include/configs/am335x_evm.h
include/configs/bav335x.h
include/configs/bcm28155_ap.h
include/configs/dra7xx_evm.h
include/configs/nitrogen6x.h
include/configs/omap3_beagle.h