]> Git Repo - J-u-boot.git/blobdiff - arch/arm/mach-stm32mp/Makefile
Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE
[J-u-boot.git] / arch / arm / mach-stm32mp / Makefile
index 77450604b0fcb304763758f09aeeab340a435cc0..1db9057e049cb1d2bde697fdd65e8a03b5a53dd7 100644 (file)
@@ -6,16 +6,21 @@
 obj-y += cpu.o
 obj-y += dram_init.o
 obj-y += syscon.o
+obj-y += bsec.o
+
+obj-$(CONFIG_STM32MP13x) += stm32mp13x.o
+obj-$(CONFIG_STM32MP15x) += stm32mp15x.o
 
 ifdef CONFIG_SPL_BUILD
 obj-y += spl.o
+obj-y += tzc400.o
+obj-$(CONFIG_STM32_ECDSA_VERIFY) += ecdsa_romapi.o
 else
-obj-y += bsec.o
+obj-y += cmd_stm32prog/
 obj-$(CONFIG_CMD_STM32KEY) += cmd_stm32key.o
-ifndef CONFIG_STM32MP1_TRUSTED
-obj-$(CONFIG_SYSRESET) += cmd_poweroff.o
-endif
-endif
 obj-$(CONFIG_ARMV7_PSCI) += psci.o
-obj-$(CONFIG_$(SPL_)DM_REGULATOR) += pwr_regulator.o
+obj-$(CONFIG_TFABOOT) += boot_params.o
+endif
+
+obj-$(CONFIG_$(SPL_)STM32MP15_PWR) += pwr_regulator.o
 obj-$(CONFIG_OF_SYSTEM_SETUP) += fdt.o
This page took 0.026027 seconds and 4 git commands to generate.