Commit 4623f974a585b59bd07fb60a326a096290aa4c53

Authored by Mugunthan V N
Committed by Simon Glass
1 parent 8f3a8428c9

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

include/configs/am335x_evm.h
... ... @@ -316,6 +316,7 @@
316 316 #ifdef CONFIG_SPL_BUILD
317 317 #undef CONFIG_DM_MMC
318 318 #undef CONFIG_TIMER
  319 +#undef CONFIG_DM_USB
319 320 #endif
320 321  
321 322 #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_USBETH_SUPPORT)