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

Commit 1708268f authored by Mike Frysinger's avatar Mike Frysinger Committed by Bryan Wu
Browse files

Blackfin arch: scrub remaining ASSEMBLY usage since the switch to __ASSEMBLY__

parent 314c98d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@
#include "defBF532.h"
#include "anomaly.h"

#if !(defined(__ASSEMBLY__) || defined(ASSEMBLY))
#if !defined(__ASSEMBLY__)
#include "cdefBF532.h"
#endif

+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@
#include "defBF537.h"
#endif

#if !(defined(__ASSEMBLY__) || defined(ASSEMBLY))
#if !defined(__ASSEMBLY__)
#include "cdefBF534.h"

/* UART 0*/
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@
#include "defBF549.h"
#endif

#if !(defined(__ASSEMBLY__) || defined(ASSEMBLY))
#if !defined(__ASSEMBLY__)
#ifdef CONFIG_BF542
#include "cdefBF542.h"
#endif
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@
#include "defBF561.h"
#include "anomaly.h"

#if !(defined(__ASSEMBLY__) || defined(ASSEMBLY))
#if !defined(__ASSEMBLY__)
#include "cdefBF561.h"
#endif