diff options
author | Simon Glass <sjg@chromium.org> | 2022-01-22 05:07:22 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-02-08 23:07:58 -0500 |
commit | 5c86a8f7a191f0034fd992314874b669414dc5a0 (patch) | |
tree | 84a376522285cf787c51274765783063bab43e14 /board/tq/tqma6 | |
parent | 531c00894577a0a852431adf61ade76925f8b162 (diff) | |
download | u-boot-5c86a8f7a191f0034fd992314874b669414dc5a0.tar.gz |
imx: Don't define __ASSEMBLY__ in source files
This is supposed to be a build-system flag. Move it there so we can
define it before linux/kconfig.h is included.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/tq/tqma6')
-rw-r--r-- | board/tq/tqma6/tqma6dl.cfg | 1 | ||||
-rw-r--r-- | board/tq/tqma6/tqma6q.cfg | 1 | ||||
-rw-r--r-- | board/tq/tqma6/tqma6s.cfg | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/board/tq/tqma6/tqma6dl.cfg b/board/tq/tqma6/tqma6dl.cfg index 80c7150316..8cd1885b43 100644 --- a/board/tq/tqma6/tqma6dl.cfg +++ b/board/tq/tqma6/tqma6dl.cfg @@ -11,7 +11,6 @@ /* image version */ IMAGE_VERSION 2 -#define __ASSEMBLY__ #include <config.h> /* diff --git a/board/tq/tqma6/tqma6q.cfg b/board/tq/tqma6/tqma6q.cfg index 82a0a271d4..a49489aed3 100644 --- a/board/tq/tqma6/tqma6q.cfg +++ b/board/tq/tqma6/tqma6q.cfg @@ -11,7 +11,6 @@ /* image version */ IMAGE_VERSION 2 -#define __ASSEMBLY__ #include <config.h> /* diff --git a/board/tq/tqma6/tqma6s.cfg b/board/tq/tqma6/tqma6s.cfg index 9cdbb3c767..02f7e10910 100644 --- a/board/tq/tqma6/tqma6s.cfg +++ b/board/tq/tqma6/tqma6s.cfg @@ -11,7 +11,6 @@ /* image version */ IMAGE_VERSION 2 -#define __ASSEMBLY__ #include <config.h> /* |