Skip to content

Commit a727b6c

Browse files
committed
smp: add CPU_START_OFF for T8132
Signed-off-by: Yureka <[email protected]>
1 parent ee14769 commit a727b6c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/smp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ void smp_start_secondaries(void)
267267
break;
268268
case T8112:
269269
case T8122:
270+
case T8132:
270271
cpu_start_off = CPU_START_OFF_T8112;
271272
break;
272273
case T6020:

0 commit comments

Comments
 (0)