[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <7b9dd1d0b70de3917ee3d375187a5cb572303e7c.1687706332.git.falcon@tinylab.org>
Date: Mon, 26 Jun 2023 00:23:58 +0800
From: Zhangjin Wu <falcon@...ylab.org>
To: thomas@...ch.de, w@....eu
Cc: falcon@...ylab.org, arnd@...db.de, linux-kernel@...r.kernel.org,
linux-kselftest@...r.kernel.org
Subject: [PATCH v1 08/22] selftests/nolibc: add power reset control support
Some boards require the power reset control options, they should have no
side effect, enable them for all.
Signed-off-by: Zhangjin Wu <falcon@...ylab.org>
---
tools/testing/selftests/nolibc/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/testing/selftests/nolibc/Makefile b/tools/testing/selftests/nolibc/Makefile
index 147c2db49635..ae8519fb1b49 100644
--- a/tools/testing/selftests/nolibc/Makefile
+++ b/tools/testing/selftests/nolibc/Makefile
@@ -53,6 +53,7 @@ EXTCONFIG_COMMON = -e BLK_DEV_INITRD --set-str INITRAMFS_SOURCE $(CURDIR)/in
EXTCONFIG_COMMON += --set-val PANIC_TIMEOUT 1
EXTCONFIG_COMMON += -e PRINTK -e TTY
EXTCONFIG_COMMON += -e BINFMT_ELF
+EXTCONFIG_COMMON += -e POWER_RESET -e POWER_RESET_SYSCON
# extra kernel configs by architecture
EXTCONFIG_ARCH = $(EXTCONFIG_$(ARCH))
--
2.25.1
Powered by blists - more mailing lists