summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Liang <tim.liang@advantech.com.tw>2020-09-23 16:44:27 +0800
committerTim Liang <tim.liang@advantech.com.tw>2021-01-22 15:37:26 +0800
commit6c9ee050f314f7f42610e47e7b2e33d929a9a3d9 (patch)
treefbb710912ace3cc9ec16db7bd741a92b2257694a
parent84295ff4ffc0406908cfcfdb8a621d5c89b20eed (diff)
Fix crc32 bug
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 61a6f05f55..c6b087421e 100755
--- a/Makefile
+++ b/Makefile
@@ -1248,7 +1248,7 @@ ifeq ($(CONFIG_ARCH_MX6)$(CONFIG_ADVANTECH), yy)
u-boot_crc.bin: u-boot.bin
@cp tools/mk_uboot_crc .
@./mk_uboot_crc
- @crc32 ./u-boot_crc.bin > ./u-boot_crc.bin.crc
+ @/usr/bin/crc32 ./u-boot_crc.bin > ./u-boot_crc.bin.crc
@rm -f ./mk_uboot_crc
endif
u-boot.ldr: u-boot