summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/crt0.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/crt0.S b/firmware/crt0.S
index 531ef373a9..6c618c6959 100644
--- a/firmware/crt0.S
+++ b/firmware/crt0.S
@@ -166,7 +166,7 @@ remap_end:
166 bhi 1b 166 bhi 1b
167 167
168#ifdef BOOTLOADER 168#ifdef BOOTLOADER
169#if CONFIG_CPU == PP5002 || CONFIG_CPU == PP5020 169#ifdef CPU_PP
170 .equ PP5002_PROC_ID, 0xc4000000 170 .equ PP5002_PROC_ID, 0xc4000000
171 .equ PP5002_COP_CTRL, 0xcf004058 171 .equ PP5002_COP_CTRL, 0xcf004058
172 .equ PP5020_PROC_ID, 0x60000000 172 .equ PP5020_PROC_ID, 0x60000000