]> git.ipfire.org Git - people/ms/u-boot.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)
commita8c6fd4ec11a3bd9cfd3bdb6350686d497158d62
treecbed588d3cc65335a755f87ce2139117a048199d
parent350e16cfb460e6910c4fa30119a3adde91243961
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