mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-02-28 19:41:27 +01:00
Now that the global gd pointer is no longer volatile-qualified, there's no reason for the temporary variables used for saving/restoring it to have that qualifier. Signed-off-by: Rasmus Villemoes <ravi@prevas.dk> Tested-by: Anshul Dalal <anshuld@ti.com>