summaryrefslogtreecommitdiff
path: root/zephyr/linker/iterables-rom.ld
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/linker/iterables-rom.ld')
-rw-r--r--zephyr/linker/iterables-rom.ld7
1 files changed, 0 insertions, 7 deletions
diff --git a/zephyr/linker/iterables-rom.ld b/zephyr/linker/iterables-rom.ld
deleted file mode 100644
index b8e451a085..0000000000
--- a/zephyr/linker/iterables-rom.ld
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifdef CONFIG_PLATFORM_EC_HOSTCMD
-ITERABLE_SECTION_ROM(host_command, 4)
-#endif
-
-#ifdef CONFIG_PLATFORM_EC_MKBP_EVENT
-ITERABLE_SECTION_ROM(mkbp_event_source, 4)
-#endif