[PATCH 4/5] ARM: mach-at91: arm926ejs: Add SYSRESET conditional
Sergiu Moga
sergiu.moga at microchip.com
Fri Apr 1 11:27:26 CEST 2022
This commit adds a condition to the Makefile so that whenever the SYSRESET
option is chosen in the configuration, the default reset driver is ignored.
Signed-off-by: Sergiu Moga <sergiu.moga at microchip.com>
---
arch/arm/mach-at91/arm926ejs/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/mach-at91/arm926ejs/Makefile b/arch/arm/mach-at91/arm926ejs/Makefile
index c1904d535b..72133e7f85 100644
--- a/arch/arm/mach-at91/arm926ejs/Makefile
+++ b/arch/arm/mach-at91/arm926ejs/Makefile
@@ -19,7 +19,9 @@ obj-$(CONFIG_AT91_EFLASH) += eflash.o
obj-$(CONFIG_AT91_LED) += led.o
obj-y += clock.o
obj-y += cpu.o
+ifndef CONFIG_$(SPL_TPL_)SYSRESET
obj-y += reset.o
+endif
ifneq ($(CONFIG_ATMEL_PIT_TIMER),y)
ifneq ($(CONFIG_MCHP_PIT64B_TIMER),y)
# old non-DM timer driver
--
2.25.1
More information about the U-Boot
mailing list