| Submitter | Fabio Estevam |
|---|---|
| Date | Dec. 3, 2012, 5:54 p.m. |
| Message ID | <1354557281-23760-1-git-send-email-fabio.estevam@freescale.com> |
| Download | mbox | patch |
| Permalink | /patch/203409/ |
| State | New |
| Headers | show |
Comments
On Mon, Dec 03, 2012 at 03:54:40PM -0200, Fabio Estevam wrote: > commit 8f9d87a0 (ARM: mxs_defconfig: Add SPI and LRADC support) missed the > '=y' annotation to CONFIG_MTD_M25P80. > > Fix it, so that SPI Flash can be probed. > > Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Applied, thanks. Shawn
Patch
diff --git a/arch/arm/configs/mxs_defconfig b/arch/arm/configs/mxs_defconfig index 7bf5351..60de31c 100644 --- a/arch/arm/configs/mxs_defconfig +++ b/arch/arm/configs/mxs_defconfig @@ -55,7 +55,7 @@ CONFIG_DEVTMPFS=y CONFIG_MTD=y CONFIG_MTD_CHAR=y CONFIG_MTD_DATAFLASH=y -CONFIG_MTD_M25P80 +CONFIG_MTD_M25P80=y CONFIG_MTD_NAND=y CONFIG_MTD_NAND_GPMI_NAND=y CONFIG_NETDEVICES=y
commit 8f9d87a0 (ARM: mxs_defconfig: Add SPI and LRADC support) missed the '=y' annotation to CONFIG_MTD_M25P80. Fix it, so that SPI Flash can be probed. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> --- arch/arm/configs/mxs_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)