summaryrefslogtreecommitdiff
path: root/chip
diff options
context:
space:
mode:
Diffstat (limited to 'chip')
-rw-r--r--chip/mt8192_scp/system.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/chip/mt8192_scp/system.c b/chip/mt8192_scp/system.c
index 8ee0cb382d..0e12154f6d 100644
--- a/chip/mt8192_scp/system.c
+++ b/chip/mt8192_scp/system.c
@@ -18,8 +18,7 @@ void system_pre_init(void)
/* enable CPU DCM */
set_csr(CSR_MCTREN, CSR_MCTREN_CG);
- /* Disable jump (it has only RW) and enable MPU. */
- /* TODO: implement MPU */
+ /* Disable jump (it has only RW) */
system_disable_jump();
}