summaryrefslogtreecommitdiff
path: root/core/riscv-rv32i/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/riscv-rv32i/cpu.c')
-rw-r--r--core/riscv-rv32i/cpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/riscv-rv32i/cpu.c b/core/riscv-rv32i/cpu.c
index fd18896846..911d170801 100644
--- a/core/riscv-rv32i/cpu.c
+++ b/core/riscv-rv32i/cpu.c
@@ -1,4 +1,4 @@
-/* Copyright 2019 The Chromium OS Authors. All rights reserved.
+/* Copyright 2019 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
@@ -10,5 +10,5 @@
void cpu_init(void)
{
/* bit3: Global interrupt enable (M-mode) */
- asm volatile ("csrsi mstatus, 0x8");
+ asm volatile("csrsi mstatus, 0x8");
}