summaryrefslogtreecommitdiff
path: root/board/asurada_scp/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/asurada_scp/board.h')
-rw-r--r--board/asurada_scp/board.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/asurada_scp/board.h b/board/asurada_scp/board.h
index e25a26dec0..b70a39d20d 100644
--- a/board/asurada_scp/board.h
+++ b/board/asurada_scp/board.h
@@ -1,4 +1,4 @@
-/* Copyright 2020 The Chromium OS Authors. All rights reserved.
+/* Copyright 2020 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -25,8 +25,8 @@
#define CONFIG_ROM_BASE 0x0
#define CONFIG_RAM_BASE 0x58000
#define CONFIG_ROM_SIZE (CONFIG_RAM_BASE - CONFIG_ROM_BASE)
-#define CONFIG_RAM_SIZE ((CONFIG_IPC_SHARED_OBJ_ADDR & (~(0x400 - 1))) - \
- CONFIG_RAM_BASE)
+#define CONFIG_RAM_SIZE \
+ ((CONFIG_IPC_SHARED_OBJ_ADDR & (~(0x400 - 1))) - CONFIG_RAM_BASE)
#define SCP_FW_END 0x100000