diff options
author | Simon Glass | 2023-02-01 13:20:09 -0700 |
---|---|---|
committer | Tom Rini | 2023-02-07 14:33:49 -0500 |
commit | aeca5194ce1a2d83246f3392ea8f665d35f799d0 (patch) | |
tree | 01afea5a9a2a0b84cf2276d4314c6131a541224f /Makefile | |
parent | 295ae34c075d35e807bd61953d9418da89cbd554 (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-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 $< > $@ |