[PATCH] tools: env: remove include of env.h

Martin Hundebøll martin at geanix.com
Thu Feb 6 15:26:57 CET 2020


The header isn't used. Including it breaks compilation for external
users of the static library.

Signed-off-by: Martin Hundebøll <martin at geanix.com>
---
 tools/env/fw_env.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/env/fw_env.h b/tools/env/fw_env.h
index b60fbfc8f8..78c803c944 100644
--- a/tools/env/fw_env.h
+++ b/tools/env/fw_env.h
@@ -4,7 +4,6 @@
  * Wolfgang Denk, DENX Software Engineering, wd at denx.de.
  */
 
-#include <env.h>
 #include <stdint.h>
 
 /*
-- 
2.25.0



More information about the U-Boot mailing list