]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: of_parts: fix breakage in Kconfig
authorFrank Svendsboe <frank.svendsboe@gmail.com>
Thu, 17 May 2012 20:43:09 +0000 (22:43 +0200)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Fri, 1 Jun 2012 19:06:59 +0000 (20:06 +0100)
commit6da93321c0e708c7e00f650801d75b3c7af88445
tree7277fc82cae39f9b223d9b9fa04b51cccd5b2f5a
parent9f72a64d4dee822cbcc275161757f62facd1878e
mtd: of_parts: fix breakage in Kconfig

MTD_OF_PARTS and the default setting is not working due to using 'Y'
instead of 'y', introduced in commit
9b93c997590fe1bb3226d05038779cd90533a7df. 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>
Cc: stable@kernel.org [3.2+]
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/Kconfig