]> git.baikalelectronics.ru Git - uboot.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)
commitf5c7d6b6b7e3c7e8a918b451be8804d955c24327
tree05134fb68cde266942aeeaa7f879a4146fb04474
parentf4e3c3aee835a2745fd0aa9a956b6e6f2fc762c3
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