diff options
author | Jason Liu <r64343@freescale.com> | 2013-06-28 10:44:02 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2013-06-28 11:01:39 +0800 |
commit | a5a24c34364d59175d7d3130d02e8472572b9f4e (patch) | |
tree | 1ac13c56e514b3a23277e99a98b0be9e6775db6b | |
parent | 74217dcb9e058243092d61a7ff809317ce036b13 (diff) | |
download | u-boot-imx-imx_v2013.04_3.5.7_1.0.0_alpha.zip u-boot-imx-imx_v2013.04_3.5.7_1.0.0_alpha.tar.gz u-boot-imx-imx_v2013.04_3.5.7_1.0.0_alpha.tar.bz2 |
ENGR00268897 imx6q:sata_boot:fix the build warning when build sata_boot u-bootrel_imx_3.5.7_1.0.0_alpha_RC2imx_v2013.04_3.5.7_1.0.0_alpha
Fix the build warning:
bin/bash: ../tools/envcrc No such file or directory
Signed-off-by: Jason Liu <r64343@freescale.com>
-rw-r--r-- | common/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/Makefile b/common/Makefile index 1ca3450..830f42f 100644 --- a/common/Makefile +++ b/common/Makefile @@ -58,7 +58,6 @@ XCOBJS-$(CONFIG_ENV_IS_EMBEDDED) += env_embedded.o COBJS-$(CONFIG_ENV_IS_IN_EEPROM) += env_embedded.o XCOBJS-$(CONFIG_ENV_IS_IN_FLASH) += env_embedded.o COBJS-$(CONFIG_ENV_IS_IN_NVRAM) += env_embedded.o -COBJS-$(CONFIG_ENV_IS_IN_SATA) += env_embedded.o COBJS-$(CONFIG_ENV_IS_IN_FLASH) += env_flash.o COBJS-$(CONFIG_ENV_IS_IN_MMC) += env_mmc.o COBJS-$(CONFIG_ENV_IS_IN_FAT) += env_fat.o |