From: Jean-Jacques Hiblot Date: Tue, 4 Dec 2018 10:30:59 +0000 (+0100) Subject: configs: am335x_evm: Do not disable DM_USB in SPL X-Git-Tag: v2019.01-rc2~5^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=61602eaca2a50890e069fd009eeaafe9701e6b46;p=thirdparty%2Fu-boot.git configs: am335x_evm: Do not disable DM_USB in SPL DM_USB is now supported in the SPL. Do not undef it Besides to support DM_USB in SPL, one now has to use SPL_DM_USB Signed-off-by: Jean-Jacques Hiblot Reviewed-by: Tom Rini --- diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 5d5b09bbd1e..3bd96b921b7 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -253,7 +253,6 @@ #ifdef CONFIG_SPL_BUILD #undef CONFIG_DM_MMC #undef CONFIG_TIMER -#undef CONFIG_DM_USB #endif #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_USB_ETHER)