Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 920e526f authored by Mike Frysinger's avatar Mike Frysinger Committed by Bryan Wu
Browse files

[Blackfin] arch: import defines for BF547 -- it is just like the BF548, but no CAN

parent 67f2d33e
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -46,6 +46,10 @@
#include "defBF544.h"
#endif

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

#ifdef CONFIG_BF548
#include "defBF548.h"
#endif
@@ -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
+865 −0

File added.

Preview size limit exceeded, changes collapsed.

+1244 −0

File added.

Preview size limit exceeded, changes collapsed.