[PATCH] msc_sm2s_imx8mp: Convert to CONFIG_TEXT_BASE

Stefano Babic sbabic at denx.de
Tue Nov 8 15:50:20 CET 2022


Hi Fabio,

On 08.11.22 15:42, Fabio Estevam wrote:
> From: Fabio Estevam <festevam at denx.de>
> 
> The conversion to CONFIG_TEXT_BASE was missed here.
> 
> Convert it to fix a build error in CI.
> 
> Signed-off-by: Fabio Estevam <festevam at denx.de>
> ---
> Stefano,
> 
> This is against u-boot-imx, master-next branch.
> 
> If you prefer to squash with the original commit, feel free to do it.
> 
>   configs/msc_sm2s_imx8mp_defconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configs/msc_sm2s_imx8mp_defconfig b/configs/msc_sm2s_imx8mp_defconfig
> index a4f39061ae62..6691eb312fe5 100644
> --- a/configs/msc_sm2s_imx8mp_defconfig
> +++ b/configs/msc_sm2s_imx8mp_defconfig
> @@ -1,6 +1,6 @@
>   CONFIG_ARM=y
>   CONFIG_ARCH_IMX8M=y
> -CONFIG_SYS_TEXT_BASE=0x40200000
> +CONFIG_TEXT_BASE=0x40200000
>   CONFIG_SYS_MALLOC_LEN=0x2000000
>   CONFIG_SPL_GPIO=y
>   CONFIG_SPL_LIBCOMMON_SUPPORT=y


Thanks. I will first run a pipeline, but it makes sense that I squash 
this with Martyn's v5-5-5-arm-imx8mp-Initial-MSC-SM2S-iMX8MP-support, by 
adding Fabio's Signed-off. @Martyn, is it okay for you ?

Regards,
Stefano

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



More information about the U-Boot mailing list