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 37acec04e1..036354180c 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -869,7 +869,7 @@ Lyre prototype 1 */
869#endif 869#endif
870 870
871#if (defined(CPU_PP) || (CONFIG_CPU == AS3525) || (CONFIG_CPU == AS3525v2) || \ 871#if (defined(CPU_PP) || (CONFIG_CPU == AS3525) || (CONFIG_CPU == AS3525v2) || \
872 (CONFIG_CPU == IMX31L)) \ 872 (CONFIG_CPU == IMX31L) || (CONFIG_CPU == IMX233)) \
873 && (CONFIG_PLATFORM & PLATFORM_NATIVE) && !defined(BOOTLOADER) 873 && (CONFIG_PLATFORM & PLATFORM_NATIVE) && !defined(BOOTLOADER)
874/* Functions that have INIT_ATTR attached are NOT guaranteed to survive after 874/* Functions that have INIT_ATTR attached are NOT guaranteed to survive after
875 * root_menu() has been called. Their code may be overwritten by other data or 875 * root_menu() has been called. Their code may be overwritten by other data or