From 6c9ee050f314f7f42610e47e7b2e33d929a9a3d9 Mon Sep 17 00:00:00 2001 From: Tim Liang Date: Wed, 23 Sep 2020 16:44:27 +0800 Subject: Fix crc32 bug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3