summaryrefslogtreecommitdiff
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/samsung/exynos5420/smp.c b/src/soc/samsung/exynos5420/smp.c
index 7731857e73..7086da847f 100644
--- a/src/soc/samsung/exynos5420/smp.c
+++ b/src/soc/samsung/exynos5420/smp.c
@@ -182,7 +182,7 @@ static void core_start_execution(void)
if (cpu_state & CORE_STATE_RESET) {
/* For Reset, U-Boot jumps to its starting address;
- * on Coreboot, seems ok to ignore for now. */
+ * on coreboot, seems ok to ignore for now. */
}
wait_and_jump(&exynos_cpu_states->hotplug_address);
/* never returns. */