summaryrefslogtreecommitdiff
path: root/zephyr/shim/chip/mchp/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/chip/mchp/system.c')
-rw-r--r--zephyr/shim/chip/mchp/system.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/zephyr/shim/chip/mchp/system.c b/zephyr/shim/chip/mchp/system.c
index 25fdfc9897..35ba806533 100644
--- a/zephyr/shim/chip/mchp/system.c
+++ b/zephyr/shim/chip/mchp/system.c
@@ -1,4 +1,4 @@
-/* Copyright 2022 The Chromium OS Authors. All rights reserved.
+/* Copyright 2022 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -11,8 +11,7 @@
LOG_MODULE_REGISTER(shim_xec_system, LOG_LEVEL_ERR);
-#define GET_BBRAM_OFS(node) \
- DT_PROP(DT_PATH(named_bbram_regions, node), offset)
+#define GET_BBRAM_OFS(node) DT_PROP(DT_PATH(named_bbram_regions, node), offset)
#define GET_BBRAM_SZ(node) DT_PROP(DT_PATH(named_bbram_regions, node), size)
/*