projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c69ad6
)
am43xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl
author
Mugunthan V N
<mugunthanvnm@ti.com>
Wed, 23 Dec 2015 15:09:47 +0000
(20:39 +0530)
committer
Jagan Teki
<jteki@openedev.com>
Wed, 13 Jan 2016 13:17:28 +0000
(18:47 +0530)
Since OMAP's spl doesn't support DM currently, do not define
DM_SPI and DM_SPI_FLASH for spl build.
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Jagan Teki <jteki@openedev.com>
include/configs/am43xx_evm.h
patch
|
blob
|
history
diff --git
a/include/configs/am43xx_evm.h
b/include/configs/am43xx_evm.h
index
aac550a
..
de7538f
100644
(file)
--- a/
include/configs/am43xx_evm.h
+++ b/
include/configs/am43xx_evm.h
@@
-142,6
+142,8
@@
*/
#ifdef CONFIG_SPL_BUILD
#undef CONFIG_DM_MMC
+#undef CONFIG_DM_SPI
+#undef CONFIG_DM_SPI_FLASH
#endif
#ifndef CONFIG_SPL_BUILD