summaryrefslogtreecommitdiff
path: root/zephyr/linker/iram_text.ld
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/linker/iram_text.ld')
-rw-r--r--zephyr/linker/iram_text.ld4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/linker/iram_text.ld b/zephyr/linker/iram_text.ld
index 3ea3f4db7e..f01c3509da 100644
--- a/zephyr/linker/iram_text.ld
+++ b/zephyr/linker/iram_text.ld
@@ -1,4 +1,4 @@
-/* Copyright 2021 The Chromium OS Authors. All rights reserved.
+/* 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.
*/
@@ -7,7 +7,7 @@
/* This code taken from core/cortex-m/ec.lds.S */
-#if defined(CONFIG_PLATFORM_EC_MPU)
+#if defined(CONFIG_MPU)
/* MPU regions must be aligned to a 32-byte boundary */
#define _IRAM_ALIGN 32
#else