]> git.dujemihanovic.xyz Git - u-boot.git/commit
microblaze: start.S: use stack space as scratch memory for endian offset
authorOvidiu Panait <ovidiu.panait@windriver.com>
Tue, 30 Nov 2021 16:33:52 +0000 (18:33 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 5 Jan 2022 09:22:03 +0000 (10:22 +0100)
commit48039c333f057a8f95420e1ddf33c77ac974a113
treeb775ce712956a013d1e6944965d18ead0ffd75fb
parent7a971dfbebf639a4a2fdf75909d6d50670c69545
microblaze: start.S: use stack space as scratch memory for endian offset

To simpify the code, use stack space as scratch memory for endian offset
calculation, rather than saving/restoring the first unused MB vector.

Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Link: https://lore.kernel.org/r/20211130163358.2531677-5-ovidiu.panait@windriver.com
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/cpu/start.S