Skip to content

Commit a6c096d

Browse files
committed
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 a91abc5.
1 parent e15666d commit a6c096d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/mach-exynos/lowlevel_init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ int do_lowlevel_init(void)
223223
#endif
224224
#endif
225225
mem_ctrl_init(actions & DO_MEM_RESET);
226-
//tzpc_init();
226+
tzpc_init();
227227
}
228228

229229
return actions & DO_WAKEUP;

0 commit comments

Comments
 (0)