Skip to content
Snippets Groups Projects
Commit 49f85b67 authored by Mugunthan V N's avatar Mugunthan V N Committed by Jagan Teki
Browse files

am43xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl


Since OMAP's spl doesn't support DM currently, do not define
DM_SPI and DM_SPI_FLASH for spl build.

Signed-off-by: default avatarMugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
Reviewed-by: default avatarJagan Teki <jteki@openedev.com>
parent 7c69ad6b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment