commit | c893feef093e1a25d52522160880df1d7d6d5a00 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Wed Jul 13 16:27:56 2022 +0100 |
committer | Andre Przywara <andre.przywara@arm.com> | Sat Jan 21 01:32:23 2023 +0000 |
tree | 1c13c41cb5379240909a589240aec498cebfebab | |
parent | 21fdc8bf5c7ffb1e516149fb7dcded3c16623476 [diff] |
sunxi: armv8: fel: load only 32-bit values Both the values and the MMIO addresses that we need during the 64-bit FEL restore are smaller than 2^32, so we don't need to do any 64-bit loads. Change the loads to only load 32 bits worth of data, that saves us some bytes for storing the values. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Samuel Holland <samuel@sholland.org> Tested-by: Samuel Holland <samuel@sholland.org>