summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-02-01 13:20:09 -0700
committerTom Rini <trini@konsulko.com>2023-02-07 14:33:49 -0500
commitaeca5194ce1a2d83246f3392ea8f665d35f799d0 (patch)
tree01afea5a9a2a0b84cf2276d4314c6131a541224f /Makefile
parent295ae34c075d35e807bd61953d9418da89cbd554 (diff)
Drop ubsha1 tool
This seems to have been used by ppc4xx which was removed a while back. The Kconfig does not exist so it is never built. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9337a1ffcd..695b798a4a 100644
--- a/Makefile
+++ b/Makefile
@@ -1454,9 +1454,6 @@ u-boot-with-spl.kwb: u-boot.bin spl/u-boot-spl.bin FORCE
$(call if_changed,mkimage)
$(BOARD_SIZE_CHECK)
-u-boot.sha1: u-boot.bin
- tools/ubsha1 u-boot.bin
-
u-boot.dis: u-boot
$(OBJDUMP) -d $< > $@