Hi Sascha On Thu, Apr 25, 2024 at 01:54:34PM +0200, Sascha Hauer wrote: > Some Atmel AT91 boards still do not have PBL support which becomes > mandatory soon. Remove these boards. > > Signed-off-by: Sascha Hauer <s.ha...@pengutronix.de> > --- > arch/arm/boards/Makefile | 3 - > arch/arm/boards/sama5d3xek/Makefile | 6 - > .../defaultenv-sama5d3xek/bin/init_board | 15 - > .../sama5d3xek/defaultenv-sama5d3xek/config | 44 -- > arch/arm/boards/sama5d3xek/hw_version.c | 236 --------- > arch/arm/boards/sama5d3xek/hw_version.h | 40 -- > arch/arm/boards/sama5d3xek/init.c | 475 ------------------ > arch/arm/boards/sama5d3xek/lowlevel.c | 23 - > arch/arm/boards/sama5d4_xplained/Makefile | 4 - I have patches that DT enable this board, and an attempt to add PBL support (which did not succeed).
I did not touch the patches since last summer, so some rebasing is required. I will try to find time to give it a spin within the next days and post the result. Sam