aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Raynal2019-05-07 14:18:45 +0200
committerTom Rini2019-07-11 10:05:15 -0400
commit68cadee6f29f4c76c9a760d7c533ee4113599dbe (patch)
tree893bf626a0ab4e9c6f3ea2a215a7575a2bd4b718
parentaa13fa71ea20ab1f68ab831aded3d23edc8d5436 (diff)
arm: spear: Call the SPL 'SPL', not 'Xloader'
Rename Xloader as SPL in comments. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Stefan Roese <sr@denx.de>
-rw-r--r--arch/arm/cpu/arm926ejs/spear/start.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/cpu/arm926ejs/spear/start.S b/arch/arm/cpu/arm926ejs/spear/start.S
index 1cab4ca6fb0..e69deb7926f 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.
*/