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/freescale/mx7dsabresd/imximage.cfg | 1 - 1 file changed, 1 deletion(-) (limited to 'board/freescale/mx7dsabresd') diff --git a/board/freescale/mx7dsabresd/imximage.cfg b/board/freescale/mx7dsabresd/imximage.cfg index 05446ac833..59e66fbda1 100644 --- a/board/freescale/mx7dsabresd/imximage.cfg +++ b/board/freescale/mx7dsabresd/imximage.cfg @@ -8,7 +8,6 @@ * The syntax is taken as close as possible with the kwbimage */ -#define __ASSEMBLY__ #include /* image version */ -- cgit v1.2.3