From: Miquel Raynal Date: Tue, 7 May 2019 12:18:45 +0000 (+0200) Subject: arm: spear: Call the SPL 'SPL', not 'Xloader' X-Git-Tag: v2019.10-rc1~35^2~17 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=68cadee6f29f4c76c9a760d7c533ee4113599dbe;p=oweals%2Fu-boot.git arm: spear: Call the SPL 'SPL', not 'Xloader' Rename Xloader as SPL in comments. Signed-off-by: Miquel Raynal Reviewed-by: Stefan Roese --- diff --git a/arch/arm/cpu/arm926ejs/spear/start.S b/arch/arm/cpu/arm926ejs/spear/start.S index 1cab4ca6fb..e69deb7926 100644 --- a/arch/arm/cpu/arm926ejs/spear/start.S +++ b/arch/arm/cpu/arm926ejs/spear/start.S @@ -33,14 +33,14 @@ reset: /* - * Xloader has to return back to BootROM in a few cases. + * SPL has to return back to BootROM in a few cases. * eg. Ethernet boot, UART boot, USB boot * Saving registers for returning back */ stmdb sp!, {r0-r12,r14} bl cpu_init_crit /* - * Clearing bss area is not done in Xloader. + * Clearing bss area is not done in SPL. * BSS area lies in the DDR location which is not yet initialized * bss is assumed to be uninitialized. */