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:
Chris Packham 2019-04-13 21:13:57 +12:00 committed by Kever Yang
parent 0d1b2165f0
commit fb31fcb37a
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ config CONFIG_UBI_SILENCE_MSG
config MTD_UBI
bool "Enable UBI - Unsorted block images"
select CRC32
select RBTREE
select MTD_PARTITIONS
help