summaryrefslogtreecommitdiff
path: root/include/configs/pic32mzdask.h
diff options
context:
space:
mode:
authorPurna Chandra Mandal <purna.mandal@microchip.com>2016-03-21 07:35:43 (GMT)
committerMarek Vasut <marex@denx.de>2016-04-10 15:18:42 (GMT)
commitac7eef716e6298feea81a927904b25efe1f492ac (patch)
tree12b0335ceb27c311be7cf280b37b3a1a34da9f56 /include/configs/pic32mzdask.h
parent03b8e04632cac41e4000daed70d6987d118bf3d7 (diff)
downloadu-boot-ac7eef716e6298feea81a927904b25efe1f492ac.tar.xz
board: pic32mzda: enable USB-host, USB-storage support.
Enable MUSB host and USB storage support for Microchip PIC32MZ[DA] Starter Kit. Signed-off-by: Purna Chandra Mandal <purna.mandal@microchip.com>
Diffstat (limited to 'include/configs/pic32mzdask.h')
-rw-r--r--include/configs/pic32mzdask.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/pic32mzdask.h b/include/configs/pic32mzdask.h
index 3ea1194..78faaec 100644
--- a/include/configs/pic32mzdask.h
+++ b/include/configs/pic32mzdask.h
@@ -105,6 +105,12 @@
#define CONFIG_GENERIC_MMC
#define CONFIG_CMD_MMC
+/*--------------------------------------------------
+ * USB Configuration
+ */
+#define CONFIG_USB_MUSB_PIO_ONLY
+#define CONFIG_SYS_CACHELINE_SIZE 16
+
/*-----------------------------------------------------------------------
* File System Configuration
*/
@@ -153,6 +159,7 @@
#define BOOT_TARGET_DEVICES(func) \
func(MMC, mmc, 0) \
+ func(USB, usb, 0) \
func(DHCP, dhcp, na)
#include <config_distro_bootcmd.h>