diff options
| author | Tom Rini <[email protected]> | 2025-07-01 12:42:34 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-07-09 10:39:31 -0600 |
| commit | b7c87e28289140d2b1087f0dc54669a91a39d09d (patch) | |
| tree | 9170af01eb415a3040af9dd32ea9dadc863e7311 /cmd/Makefile | |
| parent | da31f4a07ce5fc0e167bd7ce6a17a7a70725ca54 (diff) | |
cmd: Remove "tsi148" command
We have had no platforms that make use of this since 2021, so drop it.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'cmd/Makefile')
| -rw-r--r-- | cmd/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/Makefile b/cmd/Makefile index 40f6ac4a85e..a4fb6cbd9cf 100644 --- a/cmd/Makefile +++ b/cmd/Makefile @@ -191,7 +191,6 @@ obj-$(CONFIG_CMD_TPM_V1) += tpm-v1.o obj-$(CONFIG_CMD_TPM_TEST) += tpm_test.o obj-$(CONFIG_CMD_TPM_V2) += tpm-v2.o obj-$(CONFIG_CMD_CROS_EC) += cros_ec.o -obj-$(CONFIG_CMD_TSI148) += tsi148.o obj-$(CONFIG_CMD_UBI) += ubi.o obj-$(CONFIG_CMD_UBIFS) += ubifs.o obj-$(CONFIG_CMD_UNIVERSE) += universe.o |
