mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 07:32:29 +02:00
mtd: of_parts: fix breakage in Kconfig
commit2e929d001eupstream. MTD_OF_PARTS and the default setting is not working due to using 'Y' instead of 'y', introduced in commitd6137badef. This made our board, and possibly other boards using DTS defined partitions and not having CONFIG_MTD_OF_PARTS=y defined in the defconfig, fail to mount root. Signed-off-by: Frank Svendsboe <frank.svendsboe@gmail.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a5b57cd820
commit
bdcefb1987
|
|
@ -128,7 +128,7 @@ config MTD_AFS_PARTS
|
|||
|
||||
config MTD_OF_PARTS
|
||||
tristate "OpenFirmware partitioning information support"
|
||||
default Y
|
||||
default y
|
||||
depends on OF
|
||||
help
|
||||
This provides a partition parsing function which derives
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user