diff options
author | Tom Rini <trini@konsulko.com> | 2016-04-10 19:55:08 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-10 19:55:08 -0400 |
commit | 7e8f270292ebacb25f366181f2022c819e5c7586 (patch) | |
tree | 841cf474e29eedf6c173da8d1901d3b24d06ecbd /include/configs | |
parent | e16e137c377c8b96d8d91263d0b6d8470169f841 (diff) | |
parent | 192eab9357473e09218e0a4448b220d691d9d886 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-usb
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/pic32mzdask.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/pic32mzdask.h b/include/configs/pic32mzdask.h index 3ea11946b8..78faaec647 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> |