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)
commitc37baa06f8a970e4a533d41f7d33e5e57de5ad25
tree4a74987778f148ab78d34056d8aa00b6291cf60b
parent8ab871f8bdfcca627802b6992e556fba5722a268
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: db711893eac8 ("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