summaryrefslogtreecommitdiff
path: root/zephyr/linker/fixed-sections.ld
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/linker/fixed-sections.ld')
-rw-r--r--zephyr/linker/fixed-sections.ld8
1 files changed, 0 insertions, 8 deletions
diff --git a/zephyr/linker/fixed-sections.ld b/zephyr/linker/fixed-sections.ld
deleted file mode 100644
index 5046823713..0000000000
--- a/zephyr/linker/fixed-sections.ld
+++ /dev/null
@@ -1,8 +0,0 @@
-/* Copyright 2021 The Chromium OS Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#if defined(CONFIG_PLATFORM_EC) && !defined(CONFIG_ARCH_POSIX)
-*(.fixed.*)
-#endif