diff options
Diffstat (limited to 'firmware/thread.c')
-rw-r--r-- | firmware/thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/thread.c b/firmware/thread.c index ceda09871e..6fa7073467 100644 --- a/firmware/thread.c +++ b/firmware/thread.c | |||
@@ -746,7 +746,7 @@ static void core_thread_init(unsigned int core) | |||
746 | 746 | ||
747 | #elif defined(CPU_TCC780X) || defined(CPU_TCC77X) /* Single core only for now */ \ | 747 | #elif defined(CPU_TCC780X) || defined(CPU_TCC77X) /* Single core only for now */ \ |
748 | || CONFIG_CPU == IMX31L || CONFIG_CPU == DM320 || CONFIG_CPU == AS3525 \ | 748 | || CONFIG_CPU == IMX31L || CONFIG_CPU == DM320 || CONFIG_CPU == AS3525 \ |
749 | || CONFIG_CPU == S3C2440 || CONFIG_CPU == S5L8701 | 749 | || CONFIG_CPU == S3C2440 || CONFIG_CPU == S5L8701 || CONFIG_CPU == AS3525v2 |
750 | /* Use the generic ARMv4/v5/v6 wait for IRQ */ | 750 | /* Use the generic ARMv4/v5/v6 wait for IRQ */ |
751 | static inline void core_sleep(void) | 751 | static inline void core_sleep(void) |
752 | { | 752 | { |