[PATCH] imx: imx8mn_beacon: Enable TrustZone

Adam Ford aford173 at gmail.com
Mon Jan 24 16:24:17 CET 2022


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

Signed-off-by: Adam Ford <aford173 at 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



More information about the U-Boot mailing list