projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
689aec1
)
Fix problem introduced by previous patch.
author
wdenk
<wdenk>
Mon, 13 Dec 2004 09:49:01 +0000
(09:49 +0000)
committer
wdenk
<wdenk>
Mon, 13 Dec 2004 09:49:01 +0000
(09:49 +0000)
include/common.h
patch
|
blob
|
history
diff --git
a/include/common.h
b/include/common.h
index
66cd517
..
f0b82e5
100644
(file)
--- a/
include/common.h
+++ b/
include/common.h
@@
-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 */