[U-Boot] [PATCH 2/4] mtd: ubi: Remove select for non existent option
Chris Packham
judge.packham at gmail.com
Sat Apr 13 09:13:57 UTC 2019
There is no 'config CRC32' remove the select that was attempting to use
it.
Reported-by: Robert P. J. Day <rpjday at crashcourse.ca>
Signed-off-by: Chris Packham <judge.packham at gmail.com>
---
drivers/mtd/ubi/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/mtd/ubi/Kconfig b/drivers/mtd/ubi/Kconfig
index cf847833562d..2b17eae94701 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
--
2.21.0
More information about the U-Boot
mailing list