]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
board: sunxi: Exclude DIP detection from XPL builds
authorKory Maincent (TI.com) <kory.maincent@bootlin.com>
Thu, 30 Oct 2025 16:44:57 +0000 (17:44 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 3 Nov 2025 16:02:38 +0000 (10:02 -0600)
Disable DIP detection functionality in XPL (eXtended Program Loader)
images to reduce size and complexity in the early boot stage.

Signed-off-by: Kory Maincent (TI.com) <kory.maincent@bootlin.com>
board/sunxi/Makefile

index d96b7897b6c6dbe1c7ea5c09c85ee18fe0e3b2df..ee82493117a41c7b4544aefb5e24c8f64028b79c 100644 (file)
@@ -11,4 +11,4 @@ obj-$(CONFIG_SUN7I_GMAC)      += gmac.o
 obj-$(CONFIG_MACH_SUN4I)       += dram_sun4i_auto.o
 obj-$(CONFIG_MACH_SUN5I)       += dram_sun5i_auto.o
 obj-$(CONFIG_MACH_SUN7I)       += dram_sun5i_auto.o
-obj-$(CONFIG_CHIP_DIP_SCAN)    += chip.o
+obj-$(CONFIG_$(PHASE_)CHIP_DIP_SCAN)   += chip.o