aboutsummaryrefslogtreecommitdiff
path: root/src/soc/samsung/exynos5420/smp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/samsung/exynos5420/smp.c')
-rw-r--r--src/soc/samsung/exynos5420/smp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/samsung/exynos5420/smp.c b/src/soc/samsung/exynos5420/smp.c
index 5d701bb2cf..7731857e73 100644
--- a/src/soc/samsung/exynos5420/smp.c
+++ b/src/soc/samsung/exynos5420/smp.c
@@ -200,7 +200,7 @@ static void low_power_start(void)
if (reg_val != RST_FLAG_VAL) {
write32(VECTOR_LOW_POWER_FLAG, 0x0);
jump_bx(CORE_RESET_INIT_ADDRESS);
- /* restart cpu execution and never returns. */
+ /* restart CPU execution and never returns. */
}
/* Workaround for iROM EVT1. A7 core execution may flow into incorrect
@@ -276,7 +276,7 @@ static void configure_secondary_cores(void)
* WFI state (in bootblock). The power_down_core will be more helpful
* when we want to use SMP inside firmware. */
- /* Clear boot reg (hotplug address) in cpu states */
+ /* Clear boot reg (hotplug address) in CPU states */
write32((void *)&exynos_cpu_states->hotplug_address, 0);
/* set low_power flag and address */