X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Ffreescale%2Fls1028a%2Fls1028a.c;h=a9606b88655a4bacd46b41d85d6033942dbadb38;hb=72c3bfaad5cfd6272a47fffb538db0beb0ead942;hp=095971448fc48696b75694c60da620aef0e45134;hpb=6972c60f8c54f77bcdb43139b3765fe6f4a4366a;p=oweals%2Fu-boot.git diff --git a/board/freescale/ls1028a/ls1028a.c b/board/freescale/ls1028a/ls1028a.c index 095971448f..a9606b8865 100644 --- a/board/freescale/ls1028a/ls1028a.c +++ b/board/freescale/ls1028a/ls1028a.c @@ -63,6 +63,10 @@ int board_init(void) gd->env_addr = (ulong)&default_environment[0]; #endif +#ifdef CONFIG_FSL_CAAM + sec_init(); +#endif + #ifdef CONFIG_FSL_LS_PPA ppa_init(); #endif