Re: [PATCH] cmd: Drop last reference to CMD_REISERFS

2025-03-13 Thread Tom Rini
On Thu, 27 Feb 2025 14:50:48 -0600, Tom Rini wrote: > While the code was removed in commit 3766a249a3c0 ("fs: drop reiserfs") > this reference in the Makefile was missed. Remove it now. > > Applied to u-boot/next, thanks! [1/1] cmd: Drop last reference to CMD_REISERFS commit: 6fd111bc4e8

Re: [PATCH] cmd: Drop last reference to CMD_REISERFS

2025-02-27 Thread Peter Robinson
On Thu, 27 Feb 2025 at 20:50, Tom Rini wrote: > 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 > Reviewed-by: Peter Robinson > --- > Cc:

[PATCH] cmd: Drop last reference to CMD_REISERFS

2025-02-27 Thread Tom Rini
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 --- Cc: Peter Robinson --- cmd/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/Make