Re: [PATCH 3/5] configs: phycore-imx8mp_defconfig: Use redundant environment

2024-03-11 Thread Fabio Estevam
Hi Leonard, On Mon, Mar 11, 2024 at 11:32 AM Leonard Anderweit wrote: > I also got an error while applying this to next. To apply cleanly this > series requires the commit 19f657600781 (configs: Resync with > savedefconfig) which is on master but not on next. > > If this missing commit is

Re: [PATCH 3/5] configs: phycore-imx8mp_defconfig: Use redundant environment

2024-03-11 Thread Leonard Anderweit
Hi Fabio, Am Montag, dem 11.03.2024 um 11:05 -0300 schrieb Fabio Estevam: > Hi Leonard, > > On Mon, Mar 11, 2024 at 10:04 AM Leonard Anderweit > wrote: > > > > Add support for the redundant environment. > > > > Signed-off-by: Leonard Anderweit > > Please rebase this series against U-Boot

Re: [PATCH 3/5] configs: phycore-imx8mp_defconfig: Use redundant environment

2024-03-11 Thread Fabio Estevam
Hi Leonard, On Mon, Mar 11, 2024 at 10:04 AM Leonard Anderweit wrote: > > Add support for the redundant environment. > > Signed-off-by: Leonard Anderweit Please rebase this series against U-Boot next branch and resend. There is an error while applying this patch against next. Thanks

[PATCH 3/5] configs: phycore-imx8mp_defconfig: Use redundant environment

2024-03-11 Thread Leonard Anderweit
Add support for the redundant environment. Signed-off-by: Leonard Anderweit --- configs/phycore-imx8mp_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/phycore-imx8mp_defconfig b/configs/phycore-imx8mp_defconfig index fd492eba3c10..6c67f14b5559 100644 ---