summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/Kconfig
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2019-04-13 21:13:57 +1200
committerTom Rini <trini@konsulko.com>2019-05-10 07:18:13 -0400
commit661bbc50d3274ddc86245b8cd4a552956ccaffdf (patch)
treebcfe0e1d7a95265f2b05f83015b7fac4dc65f8de /drivers/mtd/ubi/Kconfig
parent2b841dba5ccea242fce12d5a3142042138c5a23a (diff)
downloadu-boot-661bbc50d3274ddc86245b8cd4a552956ccaffdf.tar.gz
u-boot-661bbc50d3274ddc86245b8cd4a552956ccaffdf.tar.xz
u-boot-661bbc50d3274ddc86245b8cd4a552956ccaffdf.zip
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>
Diffstat (limited to 'drivers/mtd/ubi/Kconfig')
-rw-r--r--drivers/mtd/ubi/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/Kconfig b/drivers/mtd/ubi/Kconfig
index cf84783356..2b17eae947 100644
--- a/drivers/mtd/ubi/Kconfig
+++ b/drivers/mtd/ubi/Kconfig
@@ -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