Fix problem introduced by previous patch.

This commit is contained in:
wdenk 2004-12-13 09:49:01 +00:00
parent 689aec1b05
commit 96085e347d

View file

@ -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 */