[PATCH] cmd: Drop last reference to CMD_REISERFS
Tom Rini
trini at konsulko.com
Thu Feb 27 21:50:48 CET 2025
While the code was removed in commit 3766a249a3c0 ("fs: drop reiserfs")
this reference in the Makefile was missed. Remove it now.
Fixes: 3766a249a3c0 ("fs: drop reiserfs")
Signed-off-by: Tom Rini <trini at konsulko.com>
---
Cc: Peter Robinson <pbrobinson at gmail.com>
---
cmd/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/cmd/Makefile b/cmd/Makefile
index 8410be576bb0..c1275d466c81 100644
--- a/cmd/Makefile
+++ b/cmd/Makefile
@@ -155,7 +155,6 @@ obj-$(CONFIG_CMD_QFW) += qfw.o
obj-$(CONFIG_CMD_READ) += read.o
obj-$(CONFIG_CMD_WRITE) += read.o
obj-$(CONFIG_CMD_REGINFO) += reginfo.o
-obj-$(CONFIG_CMD_REISER) += reiser.o
obj-$(CONFIG_CMD_REMOTEPROC) += remoteproc.o
obj-$(CONFIG_CMD_RNG) += rng.o
obj-$(CONFIG_CMD_KASLRSEED) += kaslrseed.o
--
2.43.0
More information about the U-Boot
mailing list