mtd: ubi: Remove select for non existent option
authorChris Packham <judge.packham@gmail.com>
Sat, 13 Apr 2019 09:13:57 +0000 (21:13 +1200)
committerTom Rini <trini@konsulko.com>
Fri, 10 May 2019 11:18:13 +0000 (07:18 -0400)
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>
drivers/mtd/ubi/Kconfig

index cf84783..2b17eae 100644 (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