Skip to content
Snippets Groups Projects
Commit 5624c6bd authored by Jeroen Hofstee's avatar Jeroen Hofstee Committed by Tom Rini
Browse files

imx: add missing includes

parent 73063c04
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#include <common.h> #include <common.h>
#include <asm/armv7.h> #include <asm/armv7.h>
#include <asm/bootm.h>
#include <asm/pl310.h> #include <asm/pl310.h>
#include <asm/errno.h> #include <asm/errno.h>
#include <asm/io.h> #include <asm/io.h>
......
...@@ -7,7 +7,9 @@ ...@@ -7,7 +7,9 @@
* SPDX-License-Identifier: GPL-2.0+ * SPDX-License-Identifier: GPL-2.0+
*/ */
#include <bootm.h>
#include <common.h> #include <common.h>
#include <netdev.h>
#include <asm/errno.h> #include <asm/errno.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/arch/imx-regs.h> #include <asm/arch/imx-regs.h>
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
*/ */
#include <common.h> #include <common.h>
#include <asm/arch/sys_proto.h>
#include <asm/errno.h> #include <asm/errno.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/imx-common/regs-common.h> #include <asm/imx-common/regs-common.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment