[PATCH] board: ti: am65x: Do not disable SA2UL in DT
Andrew Davis
afd at ti.com
Wed Jul 13 18:12:48 CEST 2022
This is no longer needed as the SA2UL can now be shared with Linux.
Leave the SA2UL DT node enabled.
Signed-off-by: Andrew Davis <afd at ti.com>
---
board/ti/am65x/evm.c | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/board/ti/am65x/evm.c b/board/ti/am65x/evm.c
index 7182a8cad1..8a0a506a3e 100644
--- a/board/ti/am65x/evm.c
+++ b/board/ti/am65x/evm.c
@@ -115,16 +115,6 @@ int ft_board_setup(void *blob, struct bd_info *bd)
return ret;
}
-#if defined(CONFIG_TI_SECURE_DEVICE)
- /* Make Crypto HW reserved for secure world use */
- ret = fdt_disable_node(blob, "/bus at 100000/crypto at 4e00000");
- if (ret < 0)
- ret = fdt_disable_node(blob,
- "/interconnect at 100000/crypto at 4E00000");
- if (ret)
- printf("%s: disabling SA2UL failed %d\n", __func__, ret);
-#endif
-
return 0;
}
#endif
--
2.36.1
More information about the U-Boot
mailing list