public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] imx: imx8mn_beacon: Enable TrustZone
@ 2022-01-24 15:24 Adam Ford
  2022-02-05 16:42 ` sbabic
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Ford @ 2022-01-24 15:24 UTC (permalink / raw)
  To: u-boot; +Cc: sbabic, festevam, aford, Adam Ford

When the board was added, enabling tzc380 was left off by
mistake.

Signed-off-by: Adam Ford <aford173@gmail.com>

diff --git a/board/beacon/imx8mn/spl.c b/board/beacon/imx8mn/spl.c
index b5263ccfd7..bb51be01c5 100644
--- a/board/beacon/imx8mn/spl.c
+++ b/board/beacon/imx8mn/spl.c
@@ -122,6 +122,8 @@ void board_init_f(ulong dummy)
 		hang();
 	}
 
+	enable_tzc380();
+
 	/* DDR initialization */
 	spl_dram_init();
 
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-05 16:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-24 15:24 [PATCH] imx: imx8mn_beacon: Enable TrustZone Adam Ford
2022-02-05 16:42 ` sbabic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox