From 5c86a8f7a191f0034fd992314874b669414dc5a0 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 22 Jan 2022 05:07:22 -0700 Subject: 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 --- board/ge/bx50v3/bx50v3.cfg | 1 - 1 file changed, 1 deletion(-) (limited to 'board/ge') diff --git a/board/ge/bx50v3/bx50v3.cfg b/board/ge/bx50v3/bx50v3.cfg index de3955a94d..1386516a16 100644 --- a/board/ge/bx50v3/bx50v3.cfg +++ b/board/ge/bx50v3/bx50v3.cfg @@ -13,7 +13,6 @@ IMAGE_VERSION 2 BOOT_FROM sd -#define __ASSEMBLY__ #include #include "asm/arch/mx6-ddr.h" #include "asm/arch/iomux.h" -- cgit v1.2.3