summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 6a2c02cffd..f377697b70 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -423,7 +423,7 @@
423#define IDLE_STACK_SIZE 0x80 423#define IDLE_STACK_SIZE 0x80
424#define IDLE_STACK_WORDS 0x20 424#define IDLE_STACK_WORDS 0x20
425 425
426#if !defined(FORCE_SINGLE_CORE) && CONFIG_CPU != PP5002 426#if !defined(FORCE_SINGLE_CORE)
427 427
428#define NUM_CORES 2 428#define NUM_CORES 2
429#define CURRENT_CORE current_core() 429#define CURRENT_CORE current_core()
@@ -436,7 +436,7 @@
436#define IF_COP_VOID(...) __VA_ARGS__ 436#define IF_COP_VOID(...) __VA_ARGS__
437#define IF_COP_CORE(core) core 437#define IF_COP_CORE(core) core
438 438
439#if CONFIG_CPU == PP5020 439#if CONFIG_CPU == PP5020 || CONFIG_CPU == PP5002
440#define CONFIG_CORELOCK SW_CORELOCK /* SWP(B) is broken */ 440#define CONFIG_CORELOCK SW_CORELOCK /* SWP(B) is broken */
441#else 441#else
442#define CONFIG_CORELOCK CORELOCK_SWAP 442#define CONFIG_CORELOCK CORELOCK_SWAP