]> git.baikalelectronics.ru Git - uboot.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)
commitc45a0294ce1801f0aaadbc1ad374263ac0abb59c
treeb775ce712956a013d1e6944965d18ead0ffd75fb
parentad0e427dc8e589f155cfe7792e7eae16528f087b
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