summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorHan Xu <han.xu@nxp.com>2018-09-06 22:34:32 -0500
committerHan Xu <han.xu@nxp.com>2018-09-07 09:52:36 -0500
commit713a0dbe7ee70db8433948f95f066c9cac37f37e (patch)
tree86208db6c34b82c1953bf7fc0c603d968cbc8a38 /arch
parent77542218ab68b9387a921b9540c46bc9d54af3ac (diff)
MLK-19482: imx7d_sabresd: enable fastboot for i.MX7d qspi u-boot
Enable fastboot for i.MX7d qspi u-boot. Decouple mmc_env with CONFIG_ENV_IS_IN_MMC. Disable CONFIG_SPI_FLASH_USE_4K_SECTORS for better erase performance. Signed-off-by: Han Xu <han.xu@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-imx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile
index b29dd05509..d590768c89 100644
--- a/arch/arm/mach-imx/Makefile
+++ b/arch/arm/mach-imx/Makefile
@@ -33,7 +33,7 @@ endif
ifeq ($(SOC),$(filter $(SOC),mx7))
obj-y += cpu.o
obj-$(CONFIG_SYS_I2C_MXC) += i2c-mxv7.o
-obj-$(CONFIG_ENV_IS_IN_MMC) += mmc_env.o
+obj-y += mmc_env.o
obj-$(CONFIG_FSL_MFGPROT) += cmd_mfgprot.o
endif
ifeq ($(SOC),$(filter $(SOC),mx6 mx7))