arm: spear: Call the SPL 'SPL', not 'Xloader'
authorMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 7 May 2019 12:18:45 +0000 (14:18 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 11 Jul 2019 14:05:15 +0000 (10:05 -0400)
Rename Xloader as SPL in comments.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/arm/cpu/arm926ejs/spear/start.S

index 1cab4ca6fb042992f3b86f460df4e7de706125ab..e69deb7926f287e60a43266684d6970f1221694d 100644 (file)
 
 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.
  */