]> git.dujemihanovic.xyz Git - u-boot.git/commit
power: pmic: sunxi: only build AXP drivers for SPL
authorAndre Przywara <andre.przywara@arm.com>
Tue, 14 May 2024 00:12:34 +0000 (01:12 +0100)
committerAndre Przywara <andre.przywara@arm.com>
Mon, 15 Jul 2024 17:07:37 +0000 (18:07 +0100)
commit75d28bd0901744e0a7ea2edf82ae2cee06b07833
tree23d4ee4f9f7a74303cffc715c7eaff54548c3894
parentc30277f0d966fbc026756034db8f85d01304e35f
power: pmic: sunxi: only build AXP drivers for SPL

The axp<xxx>.c drivers are only used for the SPL, for U-Boot proper we
have a separate, DM compliant driver.
Mask the build instructions with CONFIG_SPL_BUILD, to avoid them being
build for U-Boot proper as well.

The AXP221 driver defines axp_get_sid(), which is used in the U-Boot
proper cpuinfo() code, and some old LCD code directly calls axp_set_eldo(),
so we keep that driver outside the new guards. This will be fixed properly
later.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
drivers/power/Makefile