U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 1/5] spl: dm: disable SPI DM flash for non-DM SPL
@ 2019-05-24  4:40 Chuanhua Han
  2019-05-24  4:40 ` [U-Boot] [PATCH v2 2/5] dm: spi: Convert Freescale ESPI driver to driver model Chuanhua Han
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Chuanhua Han @ 2019-05-24  4:40 UTC (permalink / raw)
  To: u-boot

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 v2: 
	- No change.

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

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
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2019-06-24  3:59 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-24  4:40 [U-Boot] [PATCH v2 1/5] spl: dm: disable SPI DM flash for non-DM SPL Chuanhua Han
2019-05-24  4:40 ` [U-Boot] [PATCH v2 2/5] dm: spi: Convert Freescale ESPI driver to driver model Chuanhua Han
2019-06-22 19:09   ` Simon Glass
2019-06-23 10:38     ` [U-Boot] [EXT] " Chuanhua Han
2019-06-24  3:59     ` Chuanhua Han
2019-05-24  4:40 ` [U-Boot] [PATCH v2 3/5] powerpc: dts: t2080: add espi controller node support Chuanhua Han
2019-05-24  4:40 ` [U-Boot] [PATCH v2 4/5] powerpc: dts: t2080qds: add espi slave nodes support Chuanhua Han
2019-05-24  4:40 ` [U-Boot] [PATCH v2 5/5] configs: enable espi device module in T2080QDS Chuanhua Han
2019-05-24 14:24 ` [U-Boot] [PATCH v2 1/5] spl: dm: disable SPI DM flash for non-DM SPL Tom Rini
2019-05-30 10:45   ` [U-Boot] [EXT] " Chuanhua Han
2019-05-30 19:43     ` Tom Rini
2019-05-31  2:49       ` Chuanhua Han
2019-06-03 13:54         ` Tom Rini
2019-06-03  4:18       ` Chuanhua Han
2019-06-03 13:56         ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox