summaryrefslogtreecommitdiff
path: root/images
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2022-09-14 15:53:02 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2022-09-14 15:53:02 +0200
commit18fb27c921a5b8d4894df4e2f3db808c79253b1a (patch)
treed64905b9006b507c32e33c25e6bb9887a4bf4540 /images
parent56eaef9c36c0181fdf322cca755192b40b120c64 (diff)
parent7deef2fa981b81426443281f84b142080f46cf74 (diff)
downloadbarebox-18fb27c921a5b8d4894df4e2f3db808c79253b1a.tar.gz
Merge branch 'for-next/sha256'
Diffstat (limited to 'images')
-rw-r--r--images/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/images/Makefile b/images/Makefile
index 7a8bb94fe0..218a24ff1d 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -112,13 +112,6 @@ $(obj)/piggy.o: $(obj)/barebox.z FORCE
$(obj)/sha_sum.o: $(obj)/barebox.sha.bin FORCE
-quiet_cmd_sha256bin ?= SHA-BIN $@
- cmd_sha256bin = printf "$(shell sed 's/ .*$$//;s/../0x&\n/g;s/\n$$//' $(obj)/barebox.sum | \
- while read -r byte; do printf '\%o' $$byte; done)" > $@
-
-quiet_cmd_sha256sum ?= SHA $@
- cmd_sha256sum ?= sha256sum $(obj)/barebox.z > $@
-
$(obj)/barebox.sha.bin: $(obj)/barebox.sum FORCE
$(call if_changed,sha256bin)