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

From: Pan Jiafei <Jiafei.Pan@freescale.com>

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>
---
depends on:
	- https://patchwork.ozlabs.org/project/uboot/list/?series=99439 

 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] 21+ messages in thread

end of thread, other threads:[~2019-06-03  4:09 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-23  8:05 [U-Boot] [PATCH 1/5] spl: dm: disable SPI DM flash for non-DM SPL Chuanhua Han
2019-04-23  8:05 ` [U-Boot] [PATCH 2/5] dm: spi: Convert Freescale ESPI driver to driver model Chuanhua Han
2019-04-24  6:57   ` Jagan Teki
2019-04-25  2:57     ` [U-Boot] [EXT] " Chuanhua Han
2019-04-25 18:06       ` Jagan Teki
2019-05-06  6:59         ` Chuanhua Han
2019-05-06  7:02           ` Jagan Teki
2019-05-06  8:08             ` Chuanhua Han
2019-05-23  4:36               ` Jagan Teki
2019-05-23  4:42                 ` Chuanhua Han
2019-05-23  4:52                 ` Prabhakar Kushwaha
2019-05-23  4:55                   ` Jagan Teki
2019-06-03  4:09                     ` Chuanhua Han
2019-05-09  3:33             ` Chuanhua Han
2019-05-22 16:53               ` Prabhakar Kushwaha
2019-05-23  2:28                 ` Chuanhua Han
2019-05-23  4:38                 ` Jagan Teki
2019-05-23  4:41                   ` Chuanhua Han
2019-04-23  8:05 ` [U-Boot] [PATCH 3/5] powerpc: dts: t2080: add espi controller node support Chuanhua Han
2019-04-23  8:05 ` [U-Boot] [PATCH 4/5] powerpc: dts: t2080qds: add espi slave nodes support Chuanhua Han
2019-04-23  8:05 ` [U-Boot] [PATCH 5/5] configs: enable espi device module in T2080QDS Chuanhua Han

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.