projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a43dd7
)
configs: am335x_evm: Do not disable DM_USB in SPL
author
Jean-Jacques Hiblot
<jjhiblot@ti.com>
Tue, 4 Dec 2018 10:30:59 +0000
(11:30 +0100)
committer
Marek Vasut
<marex@denx.de>
Fri, 14 Dec 2018 16:59:10 +0000
(17:59 +0100)
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 <jjhiblot@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
include/configs/am335x_evm.h
patch
|
blob
|
history
diff --git
a/include/configs/am335x_evm.h
b/include/configs/am335x_evm.h
index 5d5b09bbd1e332d83980720f95f685a2e7516df0..3bd96b921b7de0b076b24c0123c5aac29e9404d1 100644
(file)
--- 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)