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:
6f18c59
)
x86: Drop mpspec from the SPL build
author
Simon Glass
<sjg@chromium.org>
Sat, 15 Mar 2025 14:25:27 +0000
(14:25 +0000)
committer
Tom Rini
<trini@konsulko.com>
Thu, 3 Apr 2025 17:41:55 +0000
(11:41 -0600)
This is not needed in SPL, so drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/Makefile
patch
|
blob
|
history
diff --git
a/arch/x86/lib/Makefile
b/arch/x86/lib/Makefile
index
43e6a1d
..
a908356
100644
(file)
--- a/
arch/x86/lib/Makefile
+++ b/
arch/x86/lib/Makefile
@@
-26,7
+26,9
@@
obj-y += e820.o
obj-y += init_helpers.o
obj-y += interrupts.o
obj-y += lpc-uclass.o
+ifndef CONFIG_XPL_BUILD
obj-y += mpspec.o
+endif
obj-$(CONFIG_$(PHASE_)ACPIGEN) += acpi_nhlt.o
obj-y += northbridge-uclass.o
obj-$(CONFIG_I8259_PIC) += i8259.o