summaryrefslogtreecommitdiff
path: root/board/hatch_fp
diff options
context:
space:
mode:
Diffstat (limited to 'board/hatch_fp')
-rw-r--r--board/hatch_fp/board.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/board/hatch_fp/board.h b/board/hatch_fp/board.h
index 166ee508be..93e1bc9360 100644
--- a/board/hatch_fp/board.h
+++ b/board/hatch_fp/board.h
@@ -124,9 +124,13 @@
* (shared_mem_init done too late).
*/
#define CONFIG_MALLOC
-/* Special memory regions to store large arrays */
-#define FP_FRAME_SECTION __SECTION(ahb4)
-#define FP_TEMPLATE_SECTION __SECTION(ahb)
+/*
+ * FP buffers are allocated in regular SRAM on STM32F4.
+ * TODO(b/124773209): Instead of defining to empty, #undef once all CLs that
+ * depend on FP_*_SECTION have landed. Also rename the variables to CONFIG_*.
+ */
+#define FP_FRAME_SECTION
+#define FP_TEMPLATE_SECTION
#else /* SECTION_IS_RO */
/* RO verifies the RW partition signature */