Hi Sascha, On 24-01-02, Marco Felsch wrote: > Align the SPDX-License-Identifier information with the other .imxcfg > files. While on it add a space to separate the gencsf header from the > the remaining options. No functional changes. > > Signed-off-by: Marco Felsch <m.felsch@xxxxxxxxxxxxxx> I noticed a typo within the subject right after sending the patch, can you fix this while applying? Regards, Marco > --- > arch/arm/boards/mnt-reform/flash-header-mnt-reform.imxcfg | 3 ++- > arch/arm/boards/nxp-imx8mq-evk/flash-header-imx8mq-evk.imxcfg | 3 ++- > 2 files changed, 4 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/boards/mnt-reform/flash-header-mnt-reform.imxcfg b/arch/arm/boards/mnt-reform/flash-header-mnt-reform.imxcfg > index 0f68c25b91f0..f82759f8499a 100644 > --- a/arch/arm/boards/mnt-reform/flash-header-mnt-reform.imxcfg > +++ b/arch/arm/boards/mnt-reform/flash-header-mnt-reform.imxcfg > @@ -1,8 +1,9 @@ > -/* SPDX-License-Identifier: GPL-2.0-only */ > +# SPDX-License-Identifier: GPL-2.0-only > > soc imx8mq > > loadaddr 0x007E1000 > max_load_size 0x3F000 > ivtofs 0x400 > + > #include <mach/imx/habv4-imx8-gencsf.h> > diff --git a/arch/arm/boards/nxp-imx8mq-evk/flash-header-imx8mq-evk.imxcfg b/arch/arm/boards/nxp-imx8mq-evk/flash-header-imx8mq-evk.imxcfg > index 0f68c25b91f0..f82759f8499a 100644 > --- a/arch/arm/boards/nxp-imx8mq-evk/flash-header-imx8mq-evk.imxcfg > +++ b/arch/arm/boards/nxp-imx8mq-evk/flash-header-imx8mq-evk.imxcfg > @@ -1,8 +1,9 @@ > -/* SPDX-License-Identifier: GPL-2.0-only */ > +# SPDX-License-Identifier: GPL-2.0-only > > soc imx8mq > > loadaddr 0x007E1000 > max_load_size 0x3F000 > ivtofs 0x400 > + > #include <mach/imx/habv4-imx8-gencsf.h> > -- > 2.39.2 > > >