summaryrefslogtreecommitdiff
path: root/include/configs/bcm28155_ap.h
diff options
context:
space:
mode:
authorSteve Rae <steve.rae@raedomain.com>2016-08-16 00:26:27 (GMT)
committerTom Rini <trini@konsulko.com>2016-08-20 18:03:24 (GMT)
commit2883c4edfba4082852fc71a276b040b08f171355 (patch)
tree5ef44a9aae3d6c9fcd5218923f2403c7a946efb0 /include/configs/bcm28155_ap.h
parente016f0b2c2e1dc6287b205905ff232c32f8c9e92 (diff)
downloadu-boot-2883c4edfba4082852fc71a276b040b08f171355.tar.xz
fastboot: move to Kconfig
- move bcm23550_w1d to Kconfig - move bcm28155_ap to Kconfig Signed-off-by: Steve Rae <steve.rae@raedomain.com>
Diffstat (limited to 'include/configs/bcm28155_ap.h')
-rw-r--r--include/configs/bcm28155_ap.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/bcm28155_ap.h b/include/configs/bcm28155_ap.h
index 889e5db..df0b2ba 100644
--- a/include/configs/bcm28155_ap.h
+++ b/include/configs/bcm28155_ap.h
@@ -126,15 +126,7 @@
/* Commands */
#define CONFIG_FAT_WRITE
-/* Fastboot and USB OTG */
-#define CONFIG_USB_FUNCTION_FASTBOOT
-#define CONFIG_CMD_FASTBOOT
-#define CONFIG_FASTBOOT_FLASH
-#define CONFIG_FASTBOOT_FLASH_MMC_DEV 0
#define CONFIG_SYS_CACHELINE_SIZE 64
-#define CONFIG_FASTBOOT_BUF_SIZE (CONFIG_SYS_SDRAM_SIZE - SZ_1M)
-#define CONFIG_FASTBOOT_BUF_ADDR CONFIG_SYS_SDRAM_BASE
-#define CONFIG_USB_GADGET_BCM_UDC_OTG_PHY
#define CONFIG_USBID_ADDR 0x34052c46
#endif /* __BCM28155_AP_H */