diff options
author | Stefan Roese <sr@denx.de> | 2015-09-01 13:05:09 +0200 |
---|---|---|
committer | Luka Perkov <luka.perkov@sartura.hr> | 2015-10-21 02:25:01 +0200 |
commit | a79c8408ca1b38754b19717f1da80b5916728113 (patch) | |
tree | 0c05af2384769a78589507e27d6e565eae8fc92c /include/configs/mv-common.h | |
parent | cd48225b089427eb0aa7b8cf6909d5d5e2d311f1 (diff) | |
download | u-boot-a79c8408ca1b38754b19717f1da80b5916728113.tar.gz |
arm: mvebu: Enable DM_USB on AXP / A38x boards
This patch enables DM_USB on the Marvell AXP / A38x eval boards.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Luka Perkov <luka.perkov@sartura.hr>
Diffstat (limited to 'include/configs/mv-common.h')
-rw-r--r-- | include/configs/mv-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h index 92e5429929..a2f60dc527 100644 --- a/include/configs/mv-common.h +++ b/include/configs/mv-common.h @@ -128,7 +128,7 @@ /* * Common USB/EHCI configuration */ -#ifdef CONFIG_CMD_USB +#if defined(CONFIG_CMD_USB) && !defined(CONFIG_DM) #define CONFIG_USB_EHCI /* Enable EHCI USB support */ #define CONFIG_USB_STORAGE #define CONFIG_DOS_PARTITION |