[PATCH 1/1] imx8mm-cl-iot-gate-optee: add CONFIG_SPL_MMC and CONFIG_SPL_SERIAL

2022-02-05 Thread sbabic
> From: "Ying-Chun Liu (PaulLiu)" 
> Previously these two options are called CONFIG_SPL_MMC_SUPPORT
> and CONFIG_SPL_SERIAL_SUPPORT. During the transition they are
> removed by accident. Thus adding them back.
> Signed-off-by: Ying-Chun Liu (PaulLiu) 
> Cc: uboot-imx 
> Reviewed-by: Fabio Estevam 
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

-- 
=
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=


Re: [PATCH 1/1] imx8mm-cl-iot-gate-optee: add CONFIG_SPL_MMC and CONFIG_SPL_SERIAL

2022-01-15 Thread Fabio Estevam
On Mon, Nov 15, 2021 at 6:44 AM Ying-Chun Liu  wrote:
>
> From: "Ying-Chun Liu (PaulLiu)" 
>
> Previously these two options are called CONFIG_SPL_MMC_SUPPORT
> and CONFIG_SPL_SERIAL_SUPPORT. During the transition they are
> removed by accident. Thus adding them back.
>
> Signed-off-by: Ying-Chun Liu (PaulLiu) 
> Cc: uboot-imx 

Reviewed-by: Fabio Estevam 


[PATCH 1/1] imx8mm-cl-iot-gate-optee: add CONFIG_SPL_MMC and CONFIG_SPL_SERIAL

2021-11-15 Thread Ying-Chun Liu
From: "Ying-Chun Liu (PaulLiu)" 

Previously these two options are called CONFIG_SPL_MMC_SUPPORT
and CONFIG_SPL_SERIAL_SUPPORT. During the transition they are
removed by accident. Thus adding them back.

Signed-off-by: Ying-Chun Liu (PaulLiu) 
Cc: uboot-imx 
---
 configs/imx8mm-cl-iot-gate-optee_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configs/imx8mm-cl-iot-gate-optee_defconfig 
b/configs/imx8mm-cl-iot-gate-optee_defconfig
index 29d060166b..0fb4da6582 100644
--- a/configs/imx8mm-cl-iot-gate-optee_defconfig
+++ b/configs/imx8mm-cl-iot-gate-optee_defconfig
@@ -13,6 +13,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=y
+CONFIG_SPL_SERIAL=y
 CONFIG_SPL_DRIVERS_MISC=y
 CONFIG_SPL=y
 CONFIG_DISTRO_DEFAULTS=y
-- 
2.33.0