All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] imx8mm-cl-iot-gate-optee: remove _SUPPORT from CONFIG_SPL_{MMC, SERIAL}
@ 2021-10-29  7:09 Ying-Chun Liu
  2021-10-29  7:09 ` [PATCH 1/1] " Ying-Chun Liu
  0 siblings, 1 reply; 2+ messages in thread
From: Ying-Chun Liu @ 2021-10-29  7:09 UTC (permalink / raw)
  To: u-boot; +Cc: Ying-Chun Liu (PaulLiu)

From: "Ying-Chun Liu (PaulLiu)" <paul.liu@linaro.org>

CONFIG_SPL_MMC_SUPPORT and CONFIG_SPL_SERIAL_SUPPORT is not there
anymore. We need to use CONFIG_SPL_MMC and CONFIG_SPL_SERIAL.

Just found that master branch doesn't boot on Compulab's iot-gate-imx8.
This is a fix.

Ying-Chun Liu (PaulLiu) (1):
  imx8mm-cl-iot-gate-optee: remove _SUPPORT from CONFIG_SPL_{MMC,SERIAL}

 configs/imx8mm-cl-iot-gate-optee_defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.33.0


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

* [PATCH 1/1] imx8mm-cl-iot-gate-optee: remove _SUPPORT from CONFIG_SPL_{MMC, SERIAL}
  2021-10-29  7:09 [PATCH 0/1] imx8mm-cl-iot-gate-optee: remove _SUPPORT from CONFIG_SPL_{MMC, SERIAL} Ying-Chun Liu
@ 2021-10-29  7:09 ` Ying-Chun Liu
  0 siblings, 0 replies; 2+ messages in thread
From: Ying-Chun Liu @ 2021-10-29  7:09 UTC (permalink / raw)
  To: u-boot; +Cc: Ying-Chun Liu (PaulLiu), uboot-imx

From: "Ying-Chun Liu (PaulLiu)" <paul.liu@linaro.org>

CONFIG_SPL_MMC_SUPPORT and CONFIG_SPL_SERIAL_SUPPORT is not there
anymore. We need to use CONFIG_SPL_MMC and CONFIG_SPL_SERIAL.

Signed-off-by: Ying-Chun Liu (PaulLiu) <paul.liu@linaro.org>
Cc: uboot-imx <uboot-imx@nxp.com>
---
 configs/imx8mm-cl-iot-gate-optee_defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configs/imx8mm-cl-iot-gate-optee_defconfig b/configs/imx8mm-cl-iot-gate-optee_defconfig
index d987328922..f6b77d87a7 100644
--- a/configs/imx8mm-cl-iot-gate-optee_defconfig
+++ b/configs/imx8mm-cl-iot-gate-optee_defconfig
@@ -16,8 +16,8 @@ CONFIG_DM_GPIO=y
 CONFIG_DEFAULT_DEVICE_TREE="imx8mm-cl-iot-gate-optee"
 CONFIG_SPL_TEXT_BASE=0x7E1000
 CONFIG_TARGET_IMX8MM_CL_IOT_GATE_OPTEE=y
-CONFIG_SPL_MMC_SUPPORT=y
-CONFIG_SPL_SERIAL_SUPPORT=y
+CONFIG_SPL_MMC=y
+CONFIG_SPL_SERIAL=y
 CONFIG_SPL_DRIVERS_MISC=y
 CONFIG_SPL=y
 CONFIG_DISTRO_DEFAULTS=y
-- 
2.33.0


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

end of thread, other threads:[~2021-10-29  7:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-29  7:09 [PATCH 0/1] imx8mm-cl-iot-gate-optee: remove _SUPPORT from CONFIG_SPL_{MMC, SERIAL} Ying-Chun Liu
2021-10-29  7:09 ` [PATCH 1/1] " Ying-Chun Liu

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.