From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Packham Date: Sat, 13 Apr 2019 21:13:57 +1200 Subject: [U-Boot] [PATCH 2/4] mtd: ubi: Remove select for non existent option In-Reply-To: <20190413091359.29612-1-judge.packham@gmail.com> References: <20190413091359.29612-1-judge.packham@gmail.com> Message-ID: <20190413091359.29612-3-judge.packham@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de There is no 'config CRC32' remove the select that was attempting to use it. Reported-by: Robert P. J. Day Signed-off-by: Chris Packham --- 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