]> git.ipfire.org Git - thirdparty/u-boot.git/commit
arm: mvebu: spl: Do not build mvebu-reset in SPL
authorMarek Behún <kabel@kernel.org>
Thu, 4 Apr 2024 07:50:57 +0000 (09:50 +0200)
committerStefan Roese <sr@denx.de>
Thu, 4 Apr 2024 08:45:27 +0000 (10:45 +0200)
commit3eeb293a91c8840ad04e388dfe822a0b7a139a2f
treeff45fbf539fbb82dc0d5ef3798e954b2bcc9085e
parent77b0e0c151481c2cf585cedce303017a3eeef875
arm: mvebu: spl: Do not build mvebu-reset in SPL

Commit 35e29e89a386 ("arm: mvebu: Implement simple mvebu-reset driver
for enabling/disabling PCIe ports") made it so that the mvebu reset
driver for enabling/disabling PCIe ports is build if CONFIG_DM_RESET is
enabled. This is because PCI_MVEBU depends on DM_RESET.

But the driver should not be built for SPL. Indeed the PCI_MVEBU driver
is not supported in SPL now, and so the mvebu-reset driver is not needed.

Signed-off-by: Marek Behún <kabel@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/arm/mach-mvebu/Makefile