diff options
author | Jason Liu <r64343@freescale.com> | 2013-06-28 10:44:02 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2013-06-28 10:50:09 +0800 |
commit | bbe920b7b4ec775d257a5b92f8ab5bd788d5c188 (patch) | |
tree | 1ac13c56e514b3a23277e99a98b0be9e6775db6b | |
parent | c9cca6bab8586aa1fcc8f45ac00afa1d31ea1ef4 (diff) | |
download | u-boot-imx-bbe920b7b4ec775d257a5b92f8ab5bd788d5c188.zip u-boot-imx-bbe920b7b4ec775d257a5b92f8ab5bd788d5c188.tar.gz u-boot-imx-bbe920b7b4ec775d257a5b92f8ab5bd788d5c188.tar.bz2 |
ENGR00268897 imx6q:sata_boot:fix the build warning when build sata_boot u-boot
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 |