Skip to content
Snippets Groups Projects
Commit 2ebba482 authored by Peng Fan's avatar Peng Fan Committed by Gary Bisson
Browse files

imx: imx8m: not build bootaux when building SPL


No need to build bootaux in SPL stage

Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
parent 9f7e5b64
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,9 @@ obj-y = iomux-v3.o
endif
ifeq ($(SOC),$(filter $(SOC),mx8m))
ifneq ($(CONFIG_SPL_BUILD),y)
obj-$(CONFIG_IMX_BOOTAUX) += imx_bootaux.o
endif
obj-$(CONFIG_ENV_IS_IN_MMC) += mmc_env.o
obj-$(CONFIG_FEC_MAC_FUSE) += mac.o
obj-$(CONFIG_SYS_I2C_MXC) += i2c-mxv7.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment