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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 9346abbdc9..784856d2f2 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -364,7 +364,7 @@
364#endif 364#endif
365 365
366/* Dual core support - not yet working on the 1G/2G and 3G iPod */ 366/* Dual core support - not yet working on the 1G/2G and 3G iPod */
367#if defined(CPU_PP) && CONFIG_CPU != PP5002 367#if defined(CPU_PP) && CONFIG_CPU != PP5002 && !defined(BOOTLOADER)
368#define NUM_CORES 2 368#define NUM_CORES 2
369#define CURRENT_CORE current_core() 369#define CURRENT_CORE current_core()
370/* Hopefully at some point we will learn how to mark areas of main memory as 370/* Hopefully at some point we will learn how to mark areas of main memory as