summaryrefslogtreecommitdiff
path: root/drivers/button/button-qcom-pmic.c
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2025-07-19 00:58:34 +0100
committerAndre Przywara <andre.przywara@arm.com>2025-08-12 00:50:57 +0100
commitcef5636d5ab6a4d8a553840a4a706ab86ca61291 (patch)
tree871b4b32aa3904e7a66a76dcaf2756f4ffe3bd0b /drivers/button/button-qcom-pmic.c
parent50dfe957c622addf3f4a70cbdc760af8aee565dd (diff)
sunxi: a133: dram: fix data type for address variable
Variables holding addresses are typically using the "long" C type in U-Boot, to be easily compatible with both 32-bit and 64-bit builds. The A133 DRAM driver is typically compiled for AArch64, so u64 is the same type as unsigned long, but that breaks when compiling the DRAM driver in AArch32 (for some experiments). Fix the type to make the code more portable. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Diffstat (limited to 'drivers/button/button-qcom-pmic.c')
0 files changed, 0 insertions, 0 deletions