board: ti: Move fastboot functions out of TI_SECURE_DEVICE ifdef
authorAndrew F. Davis <afd@ti.com>
Mon, 11 Feb 2019 14:00:08 +0000 (08:00 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 22 Mar 2019 16:15:22 +0000 (12:15 -0400)
commit50580a0e7053599abdaa467cb43cff0c66564369
treeadcb897c0880763bf542307166175f569313e18c
parent2253d648f11e844d2dcf572b3bb961e1a7a2b00b
board: ti: Move fastboot functions out of TI_SECURE_DEVICE ifdef

When these were moved from mach-omap2 to board files they got placed
inside TI_SECURE_DEVICE ifdef block, they are not secure only, move
them up and out.

Fixes: 413b90777f8d ("ti: fastboot: Move weak overrides to board files")
Signed-off-by: Andrew F. Davis <afd@ti.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
board/ti/am57xx/board.c
board/ti/dra7xx/evm.c