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/ronetix | |
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/ronetix')
-rw-r--r-- | board/ronetix/imx8mq-cm/imximage-8mq-lpddr4.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/ronetix/imx8mq-cm/imximage-8mq-lpddr4.cfg b/board/ronetix/imx8mq-cm/imximage-8mq-lpddr4.cfg index 268b5ae716..fae7ad8369 100644 --- a/board/ronetix/imx8mq-cm/imximage-8mq-lpddr4.cfg +++ b/board/ronetix/imx8mq-cm/imximage-8mq-lpddr4.cfg @@ -3,7 +3,6 @@ * Copyright 2021 NXP */ -#define __ASSEMBLY__ BOOT_FROM sd LOADER mkimage.flash.mkimage 0x7E1000
\ No newline at end of file |