]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
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 cf847833562da1034b906fa78763a9f262acc3f8..2b17eae94701d41cbfaf88aca28655e380b7e1f5 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