[PATCH 1/4] pbl: enable image verification for MIPS and RISC-V too

Antony Pavlov antonynpavlov at gmail.com
Thu Jun 6 17:12:56 PDT 2024


Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
---
 pbl/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pbl/Kconfig b/pbl/Kconfig
index d1877a988d2..5ff2a6ad3c3 100644
--- a/pbl/Kconfig
+++ b/pbl/Kconfig
@@ -54,7 +54,7 @@ config PBL_FULLY_PIC
 	  the code sections.
 
 config PBL_VERIFY_PIGGY
-	depends on ARM
+	depends on ARM || MIPS || RISCV
 	bool "Verify barebox proper hash before decompression" if COMPILE_TEST
 
 config BOARD_GENERIC_DT
-- 
2.39.0




More information about the barebox mailing list