git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b68f58
)
board: sunxi: Exclude DIP detection from XPL builds
author
Kory Maincent (TI.com)
<kory.maincent@bootlin.com>
Thu, 30 Oct 2025 16:44:57 +0000
(17:44 +0100)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/board/sunxi/Makefile
b/board/sunxi/Makefile
index
d96b789
..
ee82493
100644
(file)
--- 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