summaryrefslogtreecommitdiff
path: root/include/configs/bav335x.h
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2015-07-20 10:38:22 (GMT)
committerMarek Vasut <marex@denx.de>2015-07-22 06:57:54 (GMT)
commita588d99ac19fe09818c6c874bec273012699d82a (patch)
tree0a916c87b01cd5504c5ec8909eb080b3ea4a32c6 /include/configs/bav335x.h
parentd00bf7812181f53d6027610f35c1aa2018ce9fd3 (diff)
downloadu-boot-a588d99ac19fe09818c6c874bec273012699d82a.tar.xz
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>
Diffstat (limited to 'include/configs/bav335x.h')
-rw-r--r--include/configs/bav335x.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/bav335x.h b/include/configs/bav335x.h
index 31b75f2..fa32fa4 100644
--- a/include/configs/bav335x.h
+++ b/include/configs/bav335x.h
@@ -458,8 +458,8 @@ DEFAULT_LINUX_BOOT_ENV \
#define CONFIG_USB_FUNCTION_FASTBOOT
#define CONFIG_CMD_FASTBOOT
#define CONFIG_ANDROID_BOOT_IMAGE
-#define CONFIG_USB_FASTBOOT_BUF_ADDR CONFIG_SYS_LOAD_ADDR
-#define CONFIG_USB_FASTBOOT_BUF_SIZE 0x07000000
+#define CONFIG_FASTBOOT_BUF_ADDR CONFIG_SYS_LOAD_ADDR
+#define CONFIG_FASTBOOT_BUF_SIZE 0x07000000
/* To support eMMC booting */
#define CONFIG_STORAGE_EMMC