提交 68cadee6 编写于 作者: M Miquel Raynal 提交者: Tom Rini

arm: spear: Call the SPL 'SPL', not 'Xloader'

Rename Xloader as SPL in comments.
Signed-off-by: NMiquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: NStefan Roese <sr@denx.de>
上级 aa13fa71
...@@ -33,14 +33,14 @@ ...@@ -33,14 +33,14 @@
reset: 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 * eg. Ethernet boot, UART boot, USB boot
* Saving registers for returning back * Saving registers for returning back
*/ */
stmdb sp!, {r0-r12,r14} stmdb sp!, {r0-r12,r14}
bl cpu_init_crit 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 area lies in the DDR location which is not yet initialized
* bss is assumed to be uninitialized. * bss is assumed to be uninitialized.
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册