mtd: of_parts: fix breakage in Kconfig
authorFrank Svendsboe <frank.svendsboe@gmail.com>
Thu, 17 May 2012 20:43:09 +0000 (22:43 +0200)
committerBen Hutchings <ben@decadent.org.uk>
Sun, 10 Jun 2012 13:41:56 +0000 (14:41 +0100)
commitaa0a578e649c62a9060315cb0e658ef8dd0161e2
tree2d361ded68ca543ea82f391e6aa01eed9e4dbcaf
parent65ca1815cd3b349988eeaa24a0fffe0d02629035
mtd: of_parts: fix breakage in Kconfig

commit 2e929d001e85126d9267de373d4b76014789661d upstream.

MTD_OF_PARTS and the default setting is not working due to using 'Y'
instead of 'y', introduced in commit
d6137badeff1ef64b4e0092ec249ebdeaeb3ff37. 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: Ben Hutchings <ben@decadent.org.uk>
drivers/mtd/Kconfig