提交 492b8bde 编写于 作者: H Huang Shijie 提交者: David Woodhouse

mtd: gpmi: fix compiler warning

The gpmi driver selects the MTD_CMDLINE_PARTS directly.
But we should not select a visible symbol.

Just remove the select.
Signed-off-by: NHuang Shijie <b32955@freescale.com>
Signed-off-by: NArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: NDavid Woodhouse <David.Woodhouse@intel.com>
上级 3410a711
...@@ -440,7 +440,6 @@ config MTD_NAND_NANDSIM ...@@ -440,7 +440,6 @@ config MTD_NAND_NANDSIM
config MTD_NAND_GPMI_NAND config MTD_NAND_GPMI_NAND
bool "GPMI NAND Flash Controller driver" bool "GPMI NAND Flash Controller driver"
depends on MTD_NAND && (SOC_IMX23 || SOC_IMX28) depends on MTD_NAND && (SOC_IMX23 || SOC_IMX28)
select MTD_CMDLINE_PARTS
help help
Enables NAND Flash support for IMX23 or IMX28. Enables NAND Flash support for IMX23 or IMX28.
The GPMI controller is very powerful, with the help of BCH The GPMI controller is very powerful, with the help of BCH
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册