Commit bdcefb19 authored by Frank Svendsboe's avatar Frank Svendsboe Committed by Greg Kroah-Hartman

mtd: of_parts: fix breakage in Kconfig

commit 2e929d00 upstream.

MTD_OF_PARTS and the default setting is not working due to using 'Y'
instead of 'y', introduced in commit
d6137bad. 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: default avatarFrank Svendsboe <frank.svendsboe@gmail.com>
Signed-off-by: default avatarArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a5b57cd8
...@@ -128,7 +128,7 @@ config MTD_AFS_PARTS ...@@ -128,7 +128,7 @@ config MTD_AFS_PARTS
config MTD_OF_PARTS config MTD_OF_PARTS
tristate "OpenFirmware partitioning information support" tristate "OpenFirmware partitioning information support"
default Y default y
depends on OF depends on OF
help help
This provides a partition parsing function which derives This provides a partition parsing function which derives
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment