Hello Arnd, On Tue, 2022-04-05 at 11:17 +0200, Arnd Bergmann wrote: > From: Arnd Bergmann <arnd@xxxxxxxx> > > With the clock support and the interrupts out of the way, ep93xx can be > compiled into the same kernel image as the other ARMv4/v5 platforms. The > last obstacle are the two workarounds for broken boot loaders that > require us to re-initialize the ethernet controller and/or the watchdog > on certain machines. > > Move this code into the decompressor sources directly, checking for > each possibly affected machine individually. > > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> I've successfully tested the whole series on EDB9302, therefore: Tested-by: Alexander Sverdlin <alexander.sverdlin@xxxxxxxxx> Acked-by: Alexander Sverdlin <alexander.sverdlin@xxxxxxxxx> > --- > arch/arm/Kconfig | 16 ----- > .../compressed/misc-ep93xx.h} | 69 +++++++++---------- > arch/arm/boot/compressed/misc.c | 4 ++ > arch/arm/configs/ep93xx_defconfig | 2 + > arch/arm/mach-ep93xx/Kconfig | 12 ++++ > 5 files changed, 51 insertions(+), 52 deletions(-) > rename arch/arm/{mach-ep93xx/include/mach/uncompress.h => boot/compressed/misc-ep93xx.h} (51%) -- Alexander Sverdlin.