summaryrefslogtreecommitdiff
path: root/board/tbs/tbs2910/tbs2910.cfg
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-01-22 15:07:22 +0300
committerTom Rini <trini@konsulko.com>2022-02-09 07:07:58 +0300
commit5c86a8f7a191f0034fd992314874b669414dc5a0 (patch)
tree84a376522285cf787c51274765783063bab43e14 /board/tbs/tbs2910/tbs2910.cfg
parent531c00894577a0a852431adf61ade76925f8b162 (diff)
downloadu-boot-5c86a8f7a191f0034fd992314874b669414dc5a0.tar.xz
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/tbs/tbs2910/tbs2910.cfg')
-rw-r--r--board/tbs/tbs2910/tbs2910.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/tbs/tbs2910/tbs2910.cfg b/board/tbs/tbs2910/tbs2910.cfg
index 3ca807b315..2fa70947ce 100644
--- a/board/tbs/tbs2910/tbs2910.cfg
+++ b/board/tbs/tbs2910/tbs2910.cfg
@@ -3,7 +3,6 @@
* Copyright (C) 2017 Soeren Moch <smoch@web.de>
*/
-#define __ASSEMBLY__
#include "asm/arch/crm_regs.h"
#include "asm/arch/iomux.h"
#include "asm/arch/mx6-ddr.h"