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/out4 | |
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/out4')
-rw-r--r-- | board/out4/o4-imx6ull-nano/K4B4G1646D-BCMA.cfg | 1 | ||||
-rw-r--r-- | board/out4/o4-imx6ull-nano/MT41K256M16HA-125E.cfg | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/board/out4/o4-imx6ull-nano/K4B4G1646D-BCMA.cfg b/board/out4/o4-imx6ull-nano/K4B4G1646D-BCMA.cfg index c0dcfe9a0c..38c4572152 100644 --- a/board/out4/o4-imx6ull-nano/K4B4G1646D-BCMA.cfg +++ b/board/out4/o4-imx6ull-nano/K4B4G1646D-BCMA.cfg @@ -2,7 +2,6 @@ // Copyright (C) 2016 Freescale Semiconductor, Inc. // Copyright (C) 2021 Oleh Kravchenko <oleg@kaa.org.ua> -#define __ASSEMBLY__ #include <config.h> /* image version */ diff --git a/board/out4/o4-imx6ull-nano/MT41K256M16HA-125E.cfg b/board/out4/o4-imx6ull-nano/MT41K256M16HA-125E.cfg index 6f823a7272..497e7f8fc4 100644 --- a/board/out4/o4-imx6ull-nano/MT41K256M16HA-125E.cfg +++ b/board/out4/o4-imx6ull-nano/MT41K256M16HA-125E.cfg @@ -2,7 +2,6 @@ // Copyright (C) 2016 Freescale Semiconductor, Inc. // Copyright (C) 2021 Oleh Kravchenko <oleg@kaa.org.ua> -#define __ASSEMBLY__ #include <config.h> /* image version */ |