summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-02-05 00:26:54 (GMT)
committerMike Frysinger <vapier@gentoo.org>2008-02-05 00:26:54 (GMT)
commit6cfcce67671a3425229d66203386fa3cbd0cc3bd (patch)
tree62e44030fd078a05797a13cefca04de7dec56603
parentbf53974c2ddae678d7660f2b5ccfeb0732b6f5dc (diff)
downloadu-boot-fsl-qoriq-6cfcce67671a3425229d66203386fa3cbd0cc3bd.tar.xz
always pull in asm/blackfin.h for Blackfin ports
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r--include/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 54083f1..e513ab3 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>