diff options
author | wdenk <wdenk> | 2004-12-13 09:49:01 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-12-13 09:49:01 +0000 |
commit | 96085e347dad565ffd8c7ab76276fecb0ae0f9f6 (patch) | |
tree | 9bba98be35df3ce2570ca600eccedca54622d8ca /include | |
parent | 689aec1b0546653cc56e61b3758f9a675500aaf0 (diff) | |
download | u-boot-imx-96085e347dad565ffd8c7ab76276fecb0ae0f9f6.zip u-boot-imx-96085e347dad565ffd8c7ab76276fecb0ae0f9f6.tar.gz u-boot-imx-96085e347dad565ffd8c7ab76276fecb0ae0f9f6.tar.bz2 |
Fix problem introduced by previous patch.
Diffstat (limited to 'include')
-rw-r--r-- | include/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index 66cd517..f0b82e5 100644 --- 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 */ |