Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: db71189 ("ARM: OMAP2+: Add omap_secure_init callback hook for secure initialization") Reported-by: Dan Murphy <[email protected]> Signed-off-by: Andrew F. Davis <[email protected]> Tested-by: Dan Murphy <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
- Loading branch information