diff mbox series

msc_sm2s_imx8mp: Convert to CONFIG_TEXT_BASE

Message ID 20221108144253.3012814-1-festevam@gmail.com
State Superseded
Delegated to: Stefano Babic
Headers show
Series msc_sm2s_imx8mp: Convert to CONFIG_TEXT_BASE | expand

Commit Message

Fabio Estevam Nov. 8, 2022, 2:42 p.m. UTC
From: Fabio Estevam <festevam@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@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(-)

Comments

Stefano Babic Nov. 8, 2022, 2:50 p.m. UTC | #1
Hi Fabio,

On 08.11.22 15:42, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@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@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
Martyn Welch Nov. 8, 2022, 4:19 p.m. UTC | #2
On Tue, 2022-11-08 at 15:50 +0100, Stefano Babic wrote:
> Hi Fabio,
> 
> On 08.11.22 15:42, Fabio Estevam wrote:
> > From: Fabio Estevam <festevam@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@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 ?
> 

That's fine with me!

> Regards,
> Stefano
>
diff mbox series

Patch

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