ARM: ep93xx: multiplatform support
authorArnd Bergmann <arnd@arndb.de>
Fri, 1 Apr 2022 13:58:09 +0000 (15:58 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 4 Apr 2022 08:22:37 +0000 (10:22 +0200)
commit0361c7e504b1fa3c2901643088e2f29c0354ab31
treead748257283efb1aa999fb65197d252a079d106b
parent4e5f36f84614ce59b140ae6706603d76e6e0cdbe
ARM: ep93xx: multiplatform support

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@arndb.de>
arch/arm/Kconfig
arch/arm/boot/compressed/misc-ep93xx.h [moved from arch/arm/mach-ep93xx/include/mach/uncompress.h with 51% similarity]
arch/arm/boot/compressed/misc.c
arch/arm/configs/ep93xx_defconfig
arch/arm/mach-ep93xx/Kconfig