]> git.ipfire.org Git - thirdparty/u-boot.git/commit
arm: drop volatile qualifier from gd pointer
authorRasmus Villemoes <ravi@prevas.dk>
Wed, 4 Jun 2025 19:56:01 +0000 (21:56 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 13 Jun 2025 22:57:14 +0000 (16:57 -0600)
commit45fa0014ba56fc52765d66edda489933ce0e9871
tree299d6c561d9d5f7a198a4bd825381ddc7ea1ab70
parent27cd65ca1bf16c21818c233c6d658f3e747f5e85
arm: drop volatile qualifier from gd pointer

There's a bunch of other places where this qualifier should be
dropped, e.g. in the set_gd() prototype and for various variables used
for stashing the value in the mach-imx/ directory and elsewhere. But
that will be done in follow-up patches.

Signed-off-by: Rasmus Villemoes <ravi@prevas.dk>
Tested-by: Anshul Dalal <anshuld@ti.com>
arch/arm/include/asm/global_data.h