imx: imx8m: not build bootaux when building SPL
No need to build bootaux in SPL stage Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
94df988596
commit
60afc5009b
@ -10,7 +10,9 @@ obj-y = iomux-v3.o
|
||||
endif
|
||||
|
||||
ifeq ($(SOC),$(filter $(SOC),imx8m))
|
||||
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_MXC) += mac.o
|
||||
obj-$(CONFIG_SYS_I2C_MXC) += i2c-mxv7.o
|
||||
|
Loading…
Reference in New Issue
Block a user