[U-Boot] [PATCH] board: imx6: marsboard: Remove doubled #include <asm/arch/sys_proto.h>

Lukasz Majewski lukma at denx.de
Tue Nov 7 10:10:29 UTC 2017


The sys_proto.h file has been included earlier in this file.

Signed-off-by: Lukasz Majewski <lukma at denx.de>

---

 board/embest/mx6boards/mx6boards.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/embest/mx6boards/mx6boards.c b/board/embest/mx6boards/mx6boards.c
index ae04f68445..965e4f1ec8 100644
--- a/board/embest/mx6boards/mx6boards.c
+++ b/board/embest/mx6boards/mx6boards.c
@@ -36,7 +36,7 @@
 #include <linux/fb.h>
 #include <ipu_pixfmt.h>
 #include <asm/io.h>
-#include <asm/arch/sys_proto.h>
+
 DECLARE_GLOBAL_DATA_PTR;
 
 #define UART_PAD_CTRL  (PAD_CTL_PUS_100K_UP |			\
-- 
2.11.0



More information about the U-Boot mailing list