[PATCH 1/3] sunxi: armv8: fel: load only 32-bit values
Samuel Holland
samuel at sholland.org
Sun Jan 8 21:39:01 CET 2023
On 7/13/22 10:27, Andre Przywara wrote:
> 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 at arm.com>
> ---
> arch/arm/cpu/armv8/fel_utils.S | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Samuel Holland <samuel at sholland.org>
Tested-by: Samuel Holland <samuel at sholland.org>
More information about the U-Boot
mailing list