Hi, On Wed, 5 Jul 2023 16:42:14 +0200 Rouven Czerwinski <r.czerwinski@xxxxxxxxxxxxxx> wrote: > Cleanup files build during i.MX8M image generation. > > Signed-off-by: Rouven Czerwinski <r.czerwinski@xxxxxxxxxxxxxx> > --- > images/Makefile | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/images/Makefile b/images/Makefile > index c1cb56f5b1..85e5f0503c 100644 > --- a/images/Makefile > +++ b/images/Makefile > @@ -221,5 +221,6 @@ $(flash-list): $(image-y-path) > clean-files := *.pbl *.pblb *.map start_*.imximg *.img barebox.z > start_*.kwbimg \ start_*.kwbuartimg *.socfpgaimg *.mlo *.t20img > *.t20img.cfg *.t30img \ *.t30img.cfg *.t124img *.t124img.cfg *.mlospi > *.mlo *.mxsbs *.mxssd *.rkimg \ > - start_*.simximg start_*.usimximg *.zynqimg *.image *.swapped > *.missing-firmware > + start_*.simximg start_*.usimximg start_*.pimximg > start_*.psimximg *.zynqimg \ > + *.image *.swapped *.missing-firmware > clean-files += pbl.lds Please disregard this series for now. There still seem to be bugs which only revealed themselves after the send. Best regards, Rouven