Re: [U-Boot] [PATCH v9 05/21] mtd: spi-nor: Kconfig: Add SPI_NOR_MISC entry

2016-11-05 Thread Simon Glass
On 30 October 2016 at 12:23, Jagan Teki wrote: > Added CONFIG_SPI_NOR_MISC kconfig entry > > Signed-off-by: Jagan Teki > --- > drivers/mtd/spi-nor/Kconfig | 6 ++ > 1 file changed, 6 insertions(+) Reviewed-by: Simon Glass

[U-Boot] [PATCH v9 05/21] mtd: spi-nor: Kconfig: Add SPI_NOR_MISC entry

2016-10-30 Thread Jagan Teki
Added CONFIG_SPI_NOR_MISC kconfig entry Signed-off-by: Jagan Teki --- drivers/mtd/spi-nor/Kconfig | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/mtd/spi-nor/Kconfig b/drivers/mtd/spi-nor/Kconfig index 40cd5ba..348709b 100644 ---