Hi Alice, On Wed, Aug 6, 2025 at 9:40 AM Alice Guo (OSS) <alice....@oss.nxp.com> wrote: > > From: Alice Guo <alice....@nxp.com> > > This patch is used to restore support for i.MX95 A0 silicon. To avoid > duplicating defconfig, imx95.config is added and can be shared between > imx95_a0_19x19_evk_defconfig and imx95_19x19_evk_defconfig. > > container.cfg and imximage.cfg are used to created .cfgout files that > are be passed to mkimage with -n to build flash.bin. Now they have been > deleted and replaced by adding their content to the property cfg-content > of node which type is nxp-config under binman node. > > Fixes: 9936724aa9b ("imx95_evk: Add i.MX95 B0 support") > > Signed-off-by: Alice Guo <alice....@nxp.com> > --- > arch/arm/dts/imx95-u-boot.dtsi | 48 ++++++++++ > arch/arm/mach-imx/Makefile | 5 + > arch/arm/mach-imx/imx9/Kconfig | 5 +- > arch/arm/mach-imx/imx9/scmi/container.cfg | 11 --- > arch/arm/mach-imx/imx9/scmi/imximage.cfg | 16 ---- > configs/imx95.config | 150 +++++++++++++++++++++++++++++
In v3, please call it configs/imx95_evk.config Thanks