[RESEND PATCH v2] arm: dts: imx8mn-u-boot: fix DDR3 only support

2023-01-30 Thread sbabic
> In case the CONFIG_IMX8M_LPDDR4 and CONFIG_IMX8M_DDR4 options are both > disabled (i. e. BSH boards), binmain fails because DDR4 bin files are > missing. > Fixes: 93c4c0e4dd1e75 ("arm: dts: imx8mn-u-boot: Create common > imx8mn-u-boot.dtsi") > Signed-off-by: Dario Binacchi > Reviewed-by:

Re: [RESEND PATCH v2] arm: dts: imx8mn-u-boot: fix DDR3 only support

2023-01-28 Thread Fabio Estevam
On Sat, Jan 28, 2023 at 1:04 PM Dario Binacchi wrote: > > In case the CONFIG_IMX8M_LPDDR4 and CONFIG_IMX8M_DDR4 options are both > disabled (i. e. BSH boards), binmain fails because DDR4 bin files are > missing. > > Fixes: 93c4c0e4dd1e75 ("arm: dts: imx8mn-u-boot: Create common >

[RESEND PATCH v2] arm: dts: imx8mn-u-boot: fix DDR3 only support

2023-01-28 Thread Dario Binacchi
In case the CONFIG_IMX8M_LPDDR4 and CONFIG_IMX8M_DDR4 options are both disabled (i. e. BSH boards), binmain fails because DDR4 bin files are missing. Fixes: 93c4c0e4dd1e75 ("arm: dts: imx8mn-u-boot: Create common imx8mn-u-boot.dtsi") Signed-off-by: Dario Binacchi Reviewed-by: Michael Trimarchi