]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP2+: Fix undefined reference to omap_secure_init
authorAndrew F. Davis <afd@ti.com>
Wed, 22 Jan 2020 17:20:17 +0000 (12:20 -0500)
committerTony Lindgren <tony@atomide.com>
Thu, 23 Jan 2020 15:48:26 +0000 (07:48 -0800)
commit3ed8131bbf6f2ff8787d5eeb468fa4be90f29958
tree4a74987778f148ab78d34056d8aa00b6291cf60b
parenta229b49dce636609d4cb126aaefa678fb7951628
ARM: OMAP2+: Fix undefined reference to omap_secure_init

omap_secure_init() is now called from all OMAP2+ platforms during their
init_early() call. This function is in omap-secure.o so include that
in the build for these platforms.

Fixes: 8735c51e75d9 ("ARM: OMAP2+: Add omap_secure_init callback hook for secure initialization")
Reported-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Andrew F. Davis <afd@ti.com>
Tested-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/Makefile