summaryrefslogtreecommitdiff
path: root/src/arch/arm64
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2019-06-15 02:40:16 -0500
committerJulius Werner <jwerner@chromium.org>2019-06-17 20:04:31 +0000
commit913d8b5e454971b1dc4a8bd9d30cc37db5d7ce57 (patch)
treebf3594dcb76463b8e49f39c1c9853cc20225e28a /src/arch/arm64
parent0fd4f5057207ad1f013f5465762a4ef29541c5a2 (diff)
downloadcoreboot-913d8b5e454971b1dc4a8bd9d30cc37db5d7ce57.tar.xz
arm64: make comment match code
Change-Id: I37b8d5715cb6a32d4853e77098094cd5cffb9a4c Signed-off-by: Marty E. Plummer <hanetzer@startmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33486 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/arch/arm64')
-rw-r--r--src/arch/arm64/armv8/bootblock.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/arm64/armv8/bootblock.S b/src/arch/arm64/armv8/bootblock.S
index e5758bca0d..3950f5530d 100644
--- a/src/arch/arm64/armv8/bootblock.S
+++ b/src/arch/arm64/armv8/bootblock.S
@@ -19,7 +19,7 @@
/* NOTE: When making changes to general ARM64 initialization, keep in mind that
* there are other CPU entry points, using BOOTBLOCK_CUSTOM or entering the CPU
* in a later stage (like Tegra). Changes should generally be put into
- * arm64_cpu_init so they can be shared between those instances. */
+ * arm64_init_cpu so they can be shared between those instances. */
ENTRY(_start)
/* Initialize PSTATE, SCTLR and caches to clean state, set up stack. */