From: Marek Vasut Date: Mon, 11 May 2026 22:58:59 +0000 (+0200) Subject: arm: Fix typo in linker script X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21a3b9f03b05467ec7422399a92a43f89dd2b526;p=thirdparty%2Fu-boot.git arm: Fix typo in linker script Fix typo, addreses -> addresses. No functional change. Signed-off-by: Marek Vasut Acked-by: Ilias Apalodimas --- diff --git a/arch/arm/cpu/u-boot.lds b/arch/arm/cpu/u-boot.lds index 8e2266a90fe..98b0306f3b2 100644 --- a/arch/arm/cpu/u-boot.lds +++ b/arch/arm/cpu/u-boot.lds @@ -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 */