diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2016-11-17 14:38:06 +0530 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-12-02 21:03:34 -0700 |
commit | 4623f974a585b59bd07fb60a326a096290aa4c53 (patch) | |
tree | 290003dc3f08bd3aa0667da0025fe1830c0b02dc /include/configs/am335x_evm.h | |
parent | 8f3a8428c96cb8424afea68f86df83a4e07d63ff (diff) |
configs: am335x: usb: do not define CONFIG_DM_USB for spl
Since OMAP's spl doesn't support DM currently, do not define
CONFIG_DM_USB for spl build.
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/am335x_evm.h')
-rw-r--r-- | include/configs/am335x_evm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 8fa8e39f71..7d9dfde17e 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -316,6 +316,7 @@ #ifdef CONFIG_SPL_BUILD #undef CONFIG_DM_MMC #undef CONFIG_TIMER +#undef CONFIG_DM_USB #endif #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_USBETH_SUPPORT) |