Skip to content

Commit

Permalink
[Blackfin] arch: import defines for BF547 -- it is just like the BF54…
Browse files Browse the repository at this point in the history
…8, but no CAN

Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Feb 8, 2008
1 parent 67f2d33 commit 920e526
Show file tree
Hide file tree
Showing 3 changed files with 2,116 additions and 1 deletion.
8 changes: 7 additions & 1 deletion include/asm-blackfin/mach-bf548/blackfin.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
#include "defBF544.h"
#endif

#ifdef CONFIG_BF547
#include "defBF547.h"
#endif

#ifdef CONFIG_BF548
#include "defBF548.h"
#endif
Expand All @@ -58,10 +62,12 @@
#ifdef CONFIG_BF542
#include "cdefBF542.h"
#endif

#ifdef CONFIG_BF544
#include "cdefBF544.h"
#endif
#ifdef CONFIG_BF547
#include "cdefBF547.h"
#endif
#ifdef CONFIG_BF548
#include "cdefBF548.h"
#endif
Expand Down
Loading

0 comments on commit 920e526

Please sign in to comment.