Skip to content

Commit 2fd6847

Browse files
committed
exynos: also disable TZPC init
this breaks SD boot
1 parent 98c4bda commit 2fd6847

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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
printascii("lowlevel_init done\n");

0 commit comments

Comments
 (0)