From: Jagan Teki <jagan@amarulasolutions.com>
To: u-boot@lists.denx.de
Subject: [PATCH 3/9] ARM: stm32: Imply SPL_SPI_LOAD
Date: Sun, 28 Feb 2021 21:22:20 +0530 [thread overview]
Message-ID: <20210228155226.77904-4-jagan@amarulasolutions.com> (raw)
In-Reply-To: <20210228155226.77904-1-jagan@amarulasolutions.com>
SPI Load isn't mandatory for STM32 builds.
Let's imply instead of select it to get rid of build
issues for non-SPI defconfigs.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
arch/arm/mach-stm32mp/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-stm32mp/Kconfig b/arch/arm/mach-stm32mp/Kconfig
index f538d7cb83..79ffd5191d 100644
--- a/arch/arm/mach-stm32mp/Kconfig
+++ b/arch/arm/mach-stm32mp/Kconfig
@@ -16,13 +16,13 @@ config SPL
select SPL_REGMAP
select SPL_DM_RESET
select SPL_SERIAL_SUPPORT
- select SPL_SPI_LOAD
select SPL_SYSCON
select SPL_WATCHDOG_SUPPORT if WATCHDOG
imply BOOTSTAGE_STASH if SPL_BOOTSTAGE
imply SPL_BOOTSTAGE if BOOTSTAGE
imply SPL_DISPLAY_PRINT
imply SPL_LIBDISK_SUPPORT
+ imply SPL_SPI_LOAD
config SYS_SOC
default "stm32mp"
--
2.25.1
next prev parent reply other threads:[~2021-02-28 15:52 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-28 15:52 [PATCH 0/9] stm32: Add Engicam STM32MP1 SoM Jagan Teki
2021-02-28 15:52 ` [PATCH 1/9] ARM: dts: stm32: Add Engicam i.Core " Jagan Teki
2021-03-09 13:31 ` Patrice CHOTARD
2021-02-28 15:52 ` [PATCH 2/9] ARM: dts: stm32: Add Engicam i.Core STM32MP1 1X4Gb DDR3 Jagan Teki
2021-03-09 13:31 ` Patrice CHOTARD
2021-02-28 15:52 ` Jagan Teki [this message]
2021-03-09 13:51 ` [PATCH 3/9] ARM: stm32: Imply SPL_SPI_LOAD Patrice CHOTARD
2021-02-28 15:52 ` [PATCH 4/9] board: stm32: Add Engicam i.Core STM32MP1 EDIMM2.2 Starter Kit Jagan Teki
2021-03-09 14:04 ` Patrice CHOTARD
2021-02-28 15:52 ` [PATCH 5/9] board: stm32: Add Engicam i.Core STM32MP1 C.TOUCH 2.0 Jagan Teki
2021-03-09 14:05 ` Patrice CHOTARD
2021-02-28 15:52 ` [PATCH 6/9] ARM: dts: stm32: Add Engicam MicroGEA STM32MP1 Micro SoM Jagan Teki
2021-03-09 14:07 ` Patrice CHOTARD
2021-02-28 15:52 ` [PATCH 7/9] ARM: dts: stm32: Add Engicam MicroGEA STM32MP1 1X4Gb DDR3 Jagan Teki
2021-03-09 14:08 ` Patrice CHOTARD
2021-02-28 15:52 ` [PATCH 8/9] board: stm32: Add Engicam MicroGEA STM32MP1 MicroDev 2.0 board Jagan Teki
2021-03-09 14:15 ` Patrice CHOTARD
2021-02-28 15:52 ` [PATCH 9/9] board: stm32: Add Engicam MicroGEA STM32MP1 MicroDev 2.0 7" OF Jagan Teki
2021-03-09 14:16 ` Patrice CHOTARD
2021-03-09 14:16 ` Patrice CHOTARD
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=20210228155226.77904-4-jagan@amarulasolutions.com \
--to=jagan@amarulasolutions.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox