UPSTREAM: mtd: ubi: Remove select for non existent option
There is no 'config CRC32' remove the select that was attempting to use it. Change-Id: I5b21e1689cc2e98af4a24e8a0467935d7e90a215 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> Signed-off-by: Jon Lin <jon.lin@rock-chips.com> (cherry picked from commit 661bbc50d3274ddc86245b8cd4a552956ccaffdf)
This commit is contained in:
parent
0d1b2165f0
commit
fb31fcb37a
|
|
@ -9,7 +9,6 @@ config CONFIG_UBI_SILENCE_MSG
|
||||||
|
|
||||||
config MTD_UBI
|
config MTD_UBI
|
||||||
bool "Enable UBI - Unsorted block images"
|
bool "Enable UBI - Unsorted block images"
|
||||||
select CRC32
|
|
||||||
select RBTREE
|
select RBTREE
|
||||||
select MTD_PARTITIONS
|
select MTD_PARTITIONS
|
||||||
help
|
help
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue