summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-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 e83194e0f4..d2ebbbf071 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -1070,7 +1070,7 @@ Lyre prototype 1 */
1070 1070
1071#if (defined(CPU_PP) || (CONFIG_CPU == AS3525) || (CONFIG_CPU == AS3525v2) || \ 1071#if (defined(CPU_PP) || (CONFIG_CPU == AS3525) || (CONFIG_CPU == AS3525v2) || \
1072 (CONFIG_CPU == IMX31L) || (CONFIG_CPU == IMX233) || \ 1072 (CONFIG_CPU == IMX31L) || (CONFIG_CPU == IMX233) || \
1073 (CONFIG_CPU == RK27XX) || defined(CPU_COLDFIRE)) \ 1073 (CONFIG_CPU == RK27XX) || (CONFIG_CPU == X1000) || defined(CPU_COLDFIRE)) \
1074 && (CONFIG_PLATFORM & PLATFORM_NATIVE) && !defined(BOOTLOADER) 1074 && (CONFIG_PLATFORM & PLATFORM_NATIVE) && !defined(BOOTLOADER)
1075/* Functions that have INIT_ATTR attached are NOT guaranteed to survive after 1075/* Functions that have INIT_ATTR attached are NOT guaranteed to survive after
1076 * root_menu() has been called. Their code may be overwritten by other data or 1076 * root_menu() has been called. Their code may be overwritten by other data or