ARM: omap: un-merge plat/sram.c
authorArnd Bergmann <arnd@arndb.de>
Fri, 20 Sep 2019 16:16:09 +0000 (18:16 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 22 Apr 2022 09:08:55 +0000 (11:08 +0200)
commit11237651e22c7dee1d0822c132805de23b9ed384
treeb9548077041d5dce92bad452a19706d99979eb64
parent04e8d9d139c9fca2717b65a46333dd1cfd87dc28
ARM: omap: un-merge plat/sram.c

The sram initialization code is the only shared omap1/2 code that
is not a standalone driver, but it is very short. Having two copies
of this code means some duplication of the sources, but actually
saves object code size as it can be inlined better.

Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-omap1/devices.c
arch/arm/mach-omap1/sram-init.c
arch/arm/mach-omap1/sram.h
arch/arm/mach-omap2/sram.c
arch/arm/mach-omap2/sram.h
arch/arm/plat-omap/Makefile
arch/arm/plat-omap/include/plat/sram.h [deleted file]
arch/arm/plat-omap/sram.c [deleted file]