summaryrefslogtreecommitdiff
path: root/zephyr/linker/fixed-sections.ld
blob: d4dcadcf0d6a070a51e7800bd141c3a2a75147bc (plain)
1
2
3
4
5
6
7
8
/* Copyright 2021 The ChromiumOS Authors
 * 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