mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 14:40:41 +00:00
Fix problem introduced by previous patch.
This commit is contained in:
parent
689aec1b05
commit
96085e347d
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue