diff mbox series

[U-Boot,v3,1/5] spl: dm: disable SPI DM flash for non-DM SPL

Message ID 20190524094702.41758-2-chuanhua.han@nxp.com
State Changes Requested
Delegated to: Jagannadha Sutradharudu Teki
Headers show
Series dm: spi: Convert Freescale ESPI driver to driver | expand

Commit Message

Chuanhua Han May 24, 2019, 9:46 a.m. UTC
This patch solves the problem that spiboot cannot be performed in
non-DM SPL.

Signed-off-by: Pan Jiafei <Jiafei.Pan@freescale.com>
Signed-off-by: Chuanhua Han <chuanhua.han@nxp.com>
---
Changes in v3:
	- Add a cover-letter for this patch set.
Changes in v2:
	- No change.

 include/config_uncmd_spl.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/include/config_uncmd_spl.h b/include/config_uncmd_spl.h
index c2f9735ce7..da94b3d9df 100644
--- a/include/config_uncmd_spl.h
+++ b/include/config_uncmd_spl.h
@@ -15,6 +15,7 @@ 
 #undef CONFIG_DM_GPIO
 #undef CONFIG_DM_I2C
 #undef CONFIG_DM_SPI
+#undef CONFIG_DM_SPI_FLASH
 #endif
 
 #undef CONFIG_DM_WARN