]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: omap1: enable multiplatform
authorArnd Bergmann <arnd@arndb.de>
Mon, 30 May 2022 12:46:17 +0000 (14:46 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 3 Jun 2022 18:48:53 +0000 (20:48 +0200)
commitf8ec8cee7c72507b7a70acbda6262451ce874c64
treee7f8c6d8c5ee37efe48b14bac59b9162ee8f6e48
parent2a15b4f90625a578cd809d7b3c592b566c8149e4
ARM: omap1: enable multiplatform

With all the header files out of the way, and the clock driver
converted to the common framework, nothing stops us from building
OMAP together with the other platforms.

As usual, the decompressor support is a victim here, and is
only available when CONFIG_DEBUG_LL is configured for the
particular board.

Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/Kconfig
arch/arm/configs/omap1_defconfig
arch/arm/mach-omap1/Kconfig
arch/arm/mach-omap1/hardware.h
arch/arm/mach-omap1/include/mach/serial.h [deleted file]
arch/arm/mach-omap1/include/mach/uncompress.h [deleted file]
arch/arm/mach-omap1/serial.c
arch/arm/mach-omap1/serial.h [new file with mode: 0644]