[PATCH] common: remove negative dependency on SANDBOX for IMD_TARGET

Roland Hieber rhi at pengutronix.de
Sun Aug 23 18:30:53 EDT 2020


This dependency was added in commit b3d5c43cb8a2d492355a (2016-04-07,
Antony Pavlov: "common: add dependency !SANDBOX on imd target tool"),
but it seems to compile fine four years down the line.

Signed-off-by: Roland Hieber <rhi at pengutronix.de>
---
 common/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/common/Kconfig b/common/Kconfig
index 658437f01c5e..9e2417569bd5 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -699,7 +699,6 @@ config IMD
 config IMD_TARGET
 	bool "build bareboximd target tool"
 	depends on IMD
-	depends on !SANDBOX
 
 config KERNEL_INSTALL_TARGET
 	bool
-- 
2.28.0




More information about the barebox mailing list