]> git.baikalelectronics.ru Git - uboot.git/commit
armv8: LS2080A: Move sec_init to board_init
authorUdit Agarwal <udit.agarwal@nxp.com>
Fri, 3 Feb 2017 17:23:38 +0000 (22:53 +0530)
committerYork Sun <york.sun@nxp.com>
Tue, 28 Mar 2017 15:58:46 +0000 (08:58 -0700)
commitb299da6de5a27105b63c76c5aa6341c68a5cf649
treecbed588d3cc65335a755f87ce2139117a048199d
parentf8df39fff26205e38dd1249dcf71a40fff2c4e94
armv8: LS2080A: Move sec_init to board_init

Moves sec_init to board_init rather than in misc_init function beacuse
PPA will be initialised in board_init function and for PPA validation
sec_init has to be done prior to PPA init.

Signed-off-by: Sumit Garg <sumit.garg@nxp.com>
Signed-off-by: Udit Agarwal <udit.agarwal@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
board/freescale/ls2080aqds/ls2080aqds.c
board/freescale/ls2080ardb/ls2080ardb.c