projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
757bca8
)
stm32mp1: Makefile cleanup
author
Patrick Delaunay
<patrick.delaunay@st.com>
Tue, 30 Jul 2019 17:16:53 +0000
(19:16 +0200)
committer
Patrice Chotard
<patrice.chotard@st.com>
Tue, 27 Aug 2019 09:19:23 +0000
(11:19 +0200)
Don't compile psci for SPL build.
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
arch/arm/mach-stm32mp/Makefile
patch
|
blob
|
history
diff --git
a/arch/arm/mach-stm32mp/Makefile
b/arch/arm/mach-stm32mp/Makefile
index ad5fd46ccdabf35d782ce3c112398fed111bd0d5..eee39c27c3a189af3a0f683b54e3f4f7f0194574 100644
(file)
--- a/
arch/arm/mach-stm32mp/Makefile
+++ b/
arch/arm/mach-stm32mp/Makefile
@@
-12,7
+12,8
@@
obj-y += spl.o
else
obj-y += bsec.o
obj-$(CONFIG_CMD_STM32KEY) += cmd_stm32key.o
-endif
obj-$(CONFIG_ARMV7_PSCI) += psci.o
+endif
+
obj-$(CONFIG_$(SPL_)DM_REGULATOR) += pwr_regulator.o
obj-$(CONFIG_OF_SYSTEM_SETUP) += fdt.o