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.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index c200355872..c7e204c5df 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -341,7 +341,14 @@
341#endif 341#endif
342 342
343#if (CONFIG_CODEC == SWCODEC) 343#if (CONFIG_CODEC == SWCODEC)
344#ifndef BOOTLOADER 344#ifdef BOOTLOADER
345
346#if CONFIG_CPU == IMX31L
347/* Priority in bootloader is wanted */
348#define HAVE_PRIORITY_SCHEDULING
349#endif
350
351#else /* !BOOTLOADER */
345 352
346#define HAVE_EXTENDED_MESSAGING_AND_NAME 353#define HAVE_EXTENDED_MESSAGING_AND_NAME
347 354