summaryrefslogtreecommitdiff
path: root/board/kontron
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-04-13 15:00:11 +0300
committerTom Rini <trini@konsulko.com>2022-04-13 15:00:11 +0300
commit2ddf84679df65ba156782ceb75b44696f2cbb3e6 (patch)
tree7a736235da332086c458da9c20bd88cb1ce45a8e /board/kontron
parentb2a22b2c9f07e4c78108feb3bc16e18ebd88388a (diff)
parenta1c711046b0d5478a702b27c6773ea6231eba057 (diff)
downloadu-boot-2ddf84679df65ba156782ceb75b44696f2cbb3e6.tar.xz
Merge tag 'u-boot-imx-20220413' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
u-boot-imx-20220413 i.MX patches for 2022.07 CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/11710
Diffstat (limited to 'board/kontron')
-rw-r--r--board/kontron/sl28/sl28.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/kontron/sl28/sl28.c b/board/kontron/sl28/sl28.c
index 3c48a9141d..17bb457736 100644
--- a/board/kontron/sl28/sl28.c
+++ b/board/kontron/sl28/sl28.c
@@ -31,9 +31,6 @@ int board_early_init_f(void)
int board_init(void)
{
- if (CONFIG_IS_ENABLED(FSL_CAAM))
- sec_init();
-
return 0;
}