summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2017-11-07 10:10:29 (GMT)
committerStefano Babic <sbabic@denx.de>2017-11-09 10:32:49 (GMT)
commit8ea754da602b49a5200e6c3e874b1f7166516df6 (patch)
tree8d91521bc0723cf8af02876a8b0606bdabd8fe4e /board
parentbcfb36537552441faeceb6b0089ab40a29b9dff3 (diff)
downloadu-boot-8ea754da602b49a5200e6c3e874b1f7166516df6.tar.xz
board: imx6: marsboard: Remove doubled #include <asm/arch/sys_proto.h>
The sys_proto.h file has been included earlier in this file. Signed-off-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'board')
-rw-r--r--board/embest/mx6boards/mx6boards.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/embest/mx6boards/mx6boards.c b/board/embest/mx6boards/mx6boards.c
index ae04f68..965e4f1 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 | \