diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-02-04 19:26:54 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-02-04 19:26:54 -0500 |
commit | 6cfcce67671a3425229d66203386fa3cbd0cc3bd (patch) | |
tree | 62e44030fd078a05797a13cefca04de7dec56603 /include/common.h | |
parent | bf53974c2ddae678d7660f2b5ccfeb0732b6f5dc (diff) | |
download | u-boot-6cfcce67671a3425229d66203386fa3cbd0cc3bd.tar.gz u-boot-6cfcce67671a3425229d66203386fa3cbd0cc3bd.tar.xz u-boot-6cfcce67671a3425229d66203386fa3cbd0cc3bd.zip |
always pull in asm/blackfin.h for Blackfin ports
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index 54083f10c5..e513ab345a 100644 --- a/include/common.h +++ b/include/common.h @@ -103,6 +103,9 @@ typedef volatile unsigned char vu_char; #ifdef CONFIG_ARM #define asmlinkage /* nothing */ #endif +#ifdef CONFIG_BLACKFIN +#include <asm/blackfin.h> +#endif #include <part.h> #include <flash.h> |