mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-06 20:09:32 +00:00
cmd: ubifs: Remove select for non-existent option
There is no 'config CRC32', remove the select that was attempting to use it. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Chris Packham <judge.packham@gmail.com> Reviewed-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
parent
b8de00c671
commit
2b841dba5c
1 changed files with 0 additions and 2 deletions
|
@ -1933,7 +1933,6 @@ endmenu
|
||||||
|
|
||||||
config CMD_UBI
|
config CMD_UBI
|
||||||
tristate "Enable UBI - Unsorted block images commands"
|
tristate "Enable UBI - Unsorted block images commands"
|
||||||
select CRC32
|
|
||||||
select MTD_UBI
|
select MTD_UBI
|
||||||
help
|
help
|
||||||
UBI is a software layer above MTD layer which admits use of LVM-like
|
UBI is a software layer above MTD layer which admits use of LVM-like
|
||||||
|
@ -1949,7 +1948,6 @@ config CMD_UBIFS
|
||||||
tristate "Enable UBIFS - Unsorted block images filesystem commands"
|
tristate "Enable UBIFS - Unsorted block images filesystem commands"
|
||||||
depends on CMD_UBI
|
depends on CMD_UBI
|
||||||
default y if CMD_UBI
|
default y if CMD_UBI
|
||||||
select CRC32
|
|
||||||
select LZO
|
select LZO
|
||||||
help
|
help
|
||||||
UBIFS is a file system for flash devices which works on top of UBI.
|
UBIFS is a file system for flash devices which works on top of UBI.
|
||||||
|
|
Loading…
Add table
Reference in a new issue