Hi Felix, On Mon, 25 Sept 2023 at 08:56, Felix Brack <f...@ltec.ch> wrote: > > Hi Simon, > > On 24.09.23 21:24, Simon Glass wrote: > > We like to put the SPL first so it is clear that it relates to SPL. Rename > > various malloc-related options which have crept in, to stick to this > > convention. > > > > Signed-off-by: Simon Glass <s...@chromium.org> > > Reviewed-by: Marcel Ziswiler <marcel.ziswi...@toradex.com> > > Reviewed-by: Martyn Welch <martyn.we...@collabora.com> > > Reviewed-by: Svyatoslav Ryhel <clamo...@gmail.com> > > --- > > > > (no changes since v1) > > ..... > > I just tried to apply the patch to master for testing and got the > following result: > > error: patch failed: configs/am335x_baltos_defconfig:18 > error: configs/am335x_baltos_defconfig: patch does not apply > error: patch failed: configs/am335x_igep003x_defconfig:20 > error: configs/am335x_igep003x_defconfig: patch does not apply > error: patch failed: configs/dh_imx6_defconfig:39 > error: configs/dh_imx6_defconfig: patch does not apply > error: patch failed: configs/starfive_visionfive2_defconfig:47 > error: configs/starfive_visionfive2_defconfig: patch does not apply > > For what I want to test (changes for PDU001 board) this doesn't matter > however. I'm just not sure: should I go ahead with testing or wait for > an updated patch?
I had to resync the defconfigs before this patch, to avoid conflicts when applied. So you can use './tools/moveconfig -Cy' and then the series should apply OK. Regards, Simon