[PATCH] msc_sm2s_imx8mp: Convert to CONFIG_TEXT_BASE

Martyn Welch martyn.welch at collabora.com
Tue Nov 8 17:19:08 CET 2022


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 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 ?
> 

That's fine with me!

> Regards,
> Stefano
> 



More information about the U-Boot mailing list