aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSimon Shields <simon@lineageos.org>2018-06-18 18:09:03 +1000
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-03-28 01:14:58 +0100
commitbce46aa3a11b5bac2413b159a1b9176abf455d52 (patch)
treed75c5d81e88497f2591aaec5e896dae8c6288044 /arch
parent6ac58ce5e7ca258e6a50c82cac0bf4bd7b321a6a (diff)
downloadu-boot-midas-bce46aa3a11b5bac2413b159a1b9176abf455d52.tar.gz
u-boot-midas-bce46aa3a11b5bac2413b159a1b9176abf455d52.tar.bz2
u-boot-midas-bce46aa3a11b5bac2413b159a1b9176abf455d52.zip
Revert "exynos: also disable TZPC init"
By default, all components in the SoC are secure-world only. If we want to use DMA to access any of these (like UART, etc.) then we need to mark them as non-secure, since the peripheral pl330s are non-secure only. This reverts commit a91abc51ec99c74a555e1dc0dff3c272ba42d3d8.
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-exynos/lowlevel_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/lowlevel_init.c b/arch/arm/mach-exynos/lowlevel_init.c
index 26591aa75d..1e090fd63c 100644
--- a/arch/arm/mach-exynos/lowlevel_init.c
+++ b/arch/arm/mach-exynos/lowlevel_init.c
@@ -223,7 +223,7 @@ int do_lowlevel_init(void)
#endif
#endif
mem_ctrl_init(actions & DO_MEM_RESET);
- //tzpc_init();
+ tzpc_init();
}
return actions & DO_WAKEUP;