mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-27 07:51:38 +00:00
cmd: Drop last reference to CMD_REISERFS
While the code was removed in commit3766a249a3
("fs: drop reiserfs") this reference in the Makefile was missed. Remove it now. Fixes:3766a249a3
("fs: drop reiserfs") Reviewed-by: Peter Robinson <pbrobinson@gmail.com> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
096aa229a9
commit
6fd111bc4e
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue