[PATCH] global: Make REMAKE_ELF depend on !COMPILE_TEST

Tom Rini trini at konsulko.com
Fri Oct 3 22:39:30 CEST 2025


The REMAKE_ELF flag is something that should be selected by the
platforms which need it, and not prompted for. Start by making this
depend on !COMPILE_TEST.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Kconfig b/Kconfig
index b68420022e8a..1d6003426855 100644
--- a/Kconfig
+++ b/Kconfig
@@ -511,6 +511,7 @@ config SPL_IMAGE
 
 config REMAKE_ELF
 	bool "Recreate an ELF image from raw U-Boot binary"
+	depends on !COMPILE_TEST
 	help
 	  Enable this to recreate an ELF image (u-boot.elf) from the raw
 	  U-Boot binary (u-boot.bin), which may already have been statically
-- 
2.43.0



More information about the U-Boot mailing list