All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chuanhua Han <chuanhua.han@nxp.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/5] spl: dm: disable SPI DM flash for non-DM SPL
Date: Tue, 23 Apr 2019 16:05:52 +0800	[thread overview]
Message-ID: <20190423080556.8546-1-chuanhua.han@nxp.com> (raw)

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

             reply	other threads:[~2019-04-23  8:05 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-23  8:05 Chuanhua Han [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190423080556.8546-1-chuanhua.han@nxp.com \
    --to=chuanhua.han@nxp.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.