mtd: ubi: 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:
Chris Packham 2019-04-13 21:13:57 +12:00 committed by Tom Rini
parent 2b841dba5c
commit 661bbc50d3

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