mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
always pull in asm/blackfin.h for Blackfin ports
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
bf53974c2d
commit
6cfcce6767
1 changed files with 3 additions and 0 deletions
|
@ -103,6 +103,9 @@ typedef volatile unsigned char vu_char;
|
||||||
#ifdef CONFIG_ARM
|
#ifdef CONFIG_ARM
|
||||||
#define asmlinkage /* nothing */
|
#define asmlinkage /* nothing */
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef CONFIG_BLACKFIN
|
||||||
|
#include <asm/blackfin.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <part.h>
|
#include <part.h>
|
||||||
#include <flash.h>
|
#include <flash.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue