From: Kory Maincent (TI.com) Date: Thu, 30 Oct 2025 16:44:57 +0000 (+0100) Subject: board: sunxi: Exclude DIP detection from XPL builds X-Git-Tag: v2026.01-rc2~49^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9279a00c3c8e32461c901219121e066c9866c8e6;p=thirdparty%2Fu-boot.git board: sunxi: Exclude DIP detection from XPL builds 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) --- diff --git a/board/sunxi/Makefile b/board/sunxi/Makefile index d96b7897b6c..ee82493117a 100644 --- a/board/sunxi/Makefile +++ b/board/sunxi/Makefile @@ -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