Skip to content
Snippets Groups Projects
Commit 96085e34 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

Fix problem introduced by previous patch.

parent 689aec1b
No related branches found
No related tags found
No related merge requests found
......@@ -213,6 +213,7 @@ void inline setenv (char *, char *);
void setenv (char *, char *);
#endif /* CONFIG_PPC */
#ifdef CONFIG_ARM
# include <asm/mach-types.h>
# include <asm/setup.h>
# include <asm/u-boot-arm.h> /* ARM version to be fixed! */
#endif /* CONFIG_ARM */
......
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