]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: mach-omap2: Move omap5/sec-fxns.c into sec-common.c
authorAndrew F. Davis <afd@ti.com>
Mon, 10 Jul 2017 19:45:49 +0000 (14:45 -0500)
committerTom Rini <trini@konsulko.com>
Sun, 23 Jul 2017 02:22:42 +0000 (22:22 -0400)
commit3348e0c0a6e48132d0ef092de7bfbd775f0299c3
tree05134fb68cde266942aeeaa7f879a4146fb04474
parent0d982c5853304ca366de3d3fbb24a2fba410fa6e
arm: mach-omap2: Move omap5/sec-fxns.c into sec-common.c

TEE loading and firewall setup are common to all omap2 devices, move
these function out of omap5 and into mach-omap2. This allows us
to use these functions from other omap class devices.

Signed-off-by: Andrew F. Davis <afd@ti.com>
arch/arm/mach-omap2/Kconfig
arch/arm/mach-omap2/omap5/Kconfig
arch/arm/mach-omap2/omap5/Makefile
arch/arm/mach-omap2/omap5/sec-fxns.c [deleted file]
arch/arm/mach-omap2/sec-common.c