]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: Fix typo in linker script
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Mon, 11 May 2026 22:58:59 +0000 (00:58 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 18 May 2026 22:56:07 +0000 (16:56 -0600)
Fix typo, addreses -> addresses. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
arch/arm/cpu/u-boot.lds

index 8e2266a90fe2859c3df0ac7a8c341aab4f04b011..98b0306f3b21ed4bdaaa728be48290f87c056b21 100644 (file)
@@ -96,7 +96,7 @@ SECTIONS
        {
                KEEP(*(.__secure_stack_start))
 
-               /* Skip addreses for stack */
+               /* Skip addresses for stack */
                . = . + CONFIG_ARMV7_PSCI_NR_CPUS * ARM_PSCI_STACK_SIZE;
 
                /* Align end of stack section to page boundary */