aboutsummaryrefslogtreecommitdiff
path: root/board/freescale/ls1012afrdm
diff options
context:
space:
mode:
authorGaurav Jain <gaurav.jain@nxp.com>2022-03-24 11:50:35 +0530
committerStefano Babic <sbabic@denx.de>2022-04-12 11:20:01 +0200
commit8976556a8a9207116d64014d9caeca60799d5f8a (patch)
treea27957e73a299920e4339ce2b11401aa3462f394 /board/freescale/ls1012afrdm
parent88071ca2bb80d8b59fbd3ab5ae60b4519bb40aa9 (diff)
downloadu-boot-8976556a8a9207116d64014d9caeca60799d5f8a.zip
u-boot-8976556a8a9207116d64014d9caeca60799d5f8a.tar.gz
u-boot-8976556a8a9207116d64014d9caeca60799d5f8a.tar.bz2
Layerscape: Enable Job ring driver model.
LS(1021/1012/1028/1043/1046/1088/2088), LX2160, LX2162 platforms are enabled with JR driver model. removed sec_init() call from board files. sec is initialized based on job ring information processed from device tree. Signed-off-by: Gaurav Jain <gaurav.jain@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com> Reviewed-by: Michael Walle <michael@walle.cc>
Diffstat (limited to 'board/freescale/ls1012afrdm')
-rw-r--r--board/freescale/ls1012afrdm/ls1012afrdm.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/board/freescale/ls1012afrdm/ls1012afrdm.c b/board/freescale/ls1012afrdm/ls1012afrdm.c
index 5dd19cf..bc37c55 100644
--- a/board/freescale/ls1012afrdm/ls1012afrdm.c
+++ b/board/freescale/ls1012afrdm/ls1012afrdm.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/*
- * Copyright 2017-2018 NXP
+ * Copyright 2017-2018, 2021 NXP
*/
#include <common.h>
@@ -22,7 +22,6 @@
#include <env_internal.h>
#include <fsl_mmdc.h>
#include <netdev.h>
-#include <fsl_sec.h>
#include <net/pfe_eth/pfe/pfe_hw.h>
DECLARE_GLOBAL_DATA_PTR;
@@ -172,10 +171,6 @@ int board_init(void)
if (current_el() == 3)
out_le32(&cci->ctrl_ord, CCI400_CTRLORD_EN_BARRIER);
-#ifdef CONFIG_FSL_CAAM
- sec_init();
-#endif
-
#ifdef CONFIG_FSL_LS_PPA
ppa_init();
#endif