arm: spear: Reference the link register with LR instead of R14
authorMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 7 May 2019 12:18:50 +0000 (14:18 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 11 Jul 2019 14:05:15 +0000 (10:05 -0400)
commit08ad72ae811af7ba21c5c270cfe5c7f52c9b8edb
tree15038a725c0f92ce6a1a81622ec9d8ce5171a08e
parentf30765b74896bcd604decc46e341035f7f3b4961
arm: spear: Reference the link register with LR instead of R14

The link register is stored in R14. ARM assembly code allows to use
the 'lr' name to reference it instead of 'r14' which is not very
meaningful. Do the substitution to ease the reading.

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