projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b841db
)
mtd: ubi: Remove select for non existent option
author
Chris Packham
<judge.packham@gmail.com>
Sat, 13 Apr 2019 09:13:57 +0000
(21:13 +1200)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/drivers/mtd/ubi/Kconfig
b/drivers/mtd/ubi/Kconfig
index cf847833562da1034b906fa78763a9f262acc3f8..2b17eae94701d41cbfaf88aca28655e380b7e1f5 100644
(file)
--- 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