diff mbox series

[U-Boot,2/4] mtd: ubi: Remove select for non existent option

Message ID 20190413091359.29612-3-judge.packham@gmail.com
State Accepted
Commit 661bbc50d3274ddc86245b8cd4a552956ccaffdf
Delegated to: Tom Rini
Headers show
Series Remove select CRC32 and CONFIG_CRC32 | expand

Commit Message

Chris Packham April 13, 2019, 9:13 a.m. UTC
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>
---

 drivers/mtd/ubi/Kconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Heiko Schocher April 15, 2019, 4:03 a.m. UTC | #1
Hello Chris,

Am 13.04.2019 um 11:13 schrieb Chris Packham:
> 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>
> ---
> 
>   drivers/mtd/ubi/Kconfig | 1 -
>   1 file changed, 1 deletion(-)

Reviewed-by: Heiko Schocher <hs@denx.de>

bye,
Heiko
Tom Rini May 10, 2019, 3:11 p.m. UTC | #2
On Sat, Apr 13, 2019 at 09:13:57PM +1200, Chris Packham wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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