[U-Boot] [PATCH v2 10/14] Avoid including config.h in command.h

Simon Glass sjg at chromium.org
Thu Jun 12 15:24:50 CEST 2014


This is not necessary and prevents using this header when building tools.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

Changes in v2: None

 include/command.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/command.h b/include/command.h
index d3f700f..6f06db1 100644
--- a/include/command.h
+++ b/include/command.h
@@ -11,7 +11,6 @@
 #ifndef __COMMAND_H
 #define __COMMAND_H
 
-#include <config.h>
 #include <linker_lists.h>
 
 #ifndef NULL
-- 
2.0.0.526.g5318336



More information about the U-Boot mailing list