Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
uboot-imx
Commits
5624c6bd
Commit
5624c6bd
authored
Oct 08, 2014
by
Jeroen Hofstee
Committed by
Tom Rini
Oct 25, 2014
Browse files
imx: add missing includes
Signed-off-by:
Jeroen Hofstee
<
jeroen@myspectrum.nl
>
parent
73063c04
Changes
3
Hide whitespace changes
Inline
Side-by-side
arch/arm/cpu/armv7/mx6/soc.c
View file @
5624c6bd
...
...
@@ -9,6 +9,7 @@
#include <common.h>
#include <asm/armv7.h>
#include <asm/bootm.h>
#include <asm/pl310.h>
#include <asm/errno.h>
#include <asm/io.h>
...
...
arch/arm/imx-common/cpu.c
View file @
5624c6bd
...
...
@@ -7,7 +7,9 @@
* SPDX-License-Identifier: GPL-2.0+
*/
#include <bootm.h>
#include <common.h>
#include <netdev.h>
#include <asm/errno.h>
#include <asm/io.h>
#include <asm/arch/imx-regs.h>
...
...
arch/arm/imx-common/misc.c
View file @
5624c6bd
...
...
@@ -5,6 +5,7 @@
*/
#include <common.h>
#include <asm/arch/sys_proto.h>
#include <asm/errno.h>
#include <asm/io.h>
#include <asm/imx-common/regs-common.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment