summaryrefslogtreecommitdiff
path: root/firmware/target/arm/system-pp502x.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/system-pp502x.c')
-rw-r--r--firmware/target/arm/system-pp502x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/system-pp502x.c b/firmware/target/arm/system-pp502x.c
index 5fb6b20c4c..7a320055b0 100644
--- a/firmware/target/arm/system-pp502x.c
+++ b/firmware/target/arm/system-pp502x.c
@@ -380,7 +380,7 @@ void system_init(void)
380 DEV_EN = 0xc2000124; 380 DEV_EN = 0xc2000124;
381 DEV_EN2 = 0x00000000; 381 DEV_EN2 = 0x00000000;
382 CACHE_PRIORITY = 0x0000003f; 382 CACHE_PRIORITY = 0x0000003f;
383 GPO32_VAL = 0x00004000; 383 GPO32_VAL &= 0x00004000;
384 DEV_INIT1 = 0x00000000; 384 DEV_INIT1 = 0x00000000;
385 DEV_INIT2 = 0x40000000; 385 DEV_INIT2 = 0x40000000;
386 386