]> git.ipfire.org Git - people/ms/u-boot.git/commit - README
usb: CONFIG_USB_FASTBOOT prefix replacement for consistency
authorPaul Kocialkowski <contact@paulk.fr>
Mon, 20 Jul 2015 10:38:22 +0000 (12:38 +0200)
committerMarek Vasut <marex@denx.de>
Wed, 22 Jul 2015 06:57:54 +0000 (08:57 +0200)
commita588d99ac19fe09818c6c874bec273012699d82a
tree0a916c87b01cd5504c5ec8909eb080b3ea4a32c6
parentd00bf7812181f53d6027610f35c1aa2018ce9fd3
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