summaryrefslogtreecommitdiffstats
path: root/include/configs/bcm28155_ap.h
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2015-07-20 12:38:22 +0200
committerMarek Vasut <marex@denx.de>2015-07-22 08:57:54 +0200
commita588d99ac19fe09818c6c874bec273012699d82a (patch)
tree0a916c87b01cd5504c5ec8909eb080b3ea4a32c6 /include/configs/bcm28155_ap.h
parentd00bf7812181f53d6027610f35c1aa2018ce9fd3 (diff)
downloadtalos-obmc-uboot-a588d99ac19fe09818c6c874bec273012699d82a.tar.gz
talos-obmc-uboot-a588d99ac19fe09818c6c874bec273012699d82a.zip
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/bcm28155_ap.h')
-rw-r--r--include/configs/bcm28155_ap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/bcm28155_ap.h b/include/configs/bcm28155_ap.h
index 97e15086d5..b7c5716eae 100644
--- a/include/configs/bcm28155_ap.h
+++ b/include/configs/bcm28155_ap.h
@@ -140,8 +140,8 @@
#define CONFIG_FASTBOOT_FLASH
#define CONFIG_FASTBOOT_FLASH_MMC_DEV 0
#define CONFIG_SYS_CACHELINE_SIZE 64
-#define CONFIG_USB_FASTBOOT_BUF_SIZE (CONFIG_SYS_SDRAM_SIZE - SZ_1M)
-#define CONFIG_USB_FASTBOOT_BUF_ADDR CONFIG_SYS_SDRAM_BASE
+#define CONFIG_FASTBOOT_BUF_SIZE (CONFIG_SYS_SDRAM_SIZE - SZ_1M)
+#define CONFIG_FASTBOOT_BUF_ADDR CONFIG_SYS_SDRAM_BASE
#define CONFIG_USB_GADGET
#define CONFIG_USB_GADGET_DUALSPEED
#define CONFIG_USB_GADGET_VBUS_DRAW 0
OpenPOWER on IntegriCloud