Re: [U-Boot] [PATCH v9 19/21] cmd: Add mtd command support

2016-11-05 Thread Simon Glass
On 30 October 2016 at 12:23, Jagan Teki wrote: > cmd/mtd.c is a generic command to access all low level > MTD devices, like SPI-NOR, Parallel NOR and NAND. > > This is implemented based on u-boot driver model, so any > new driver added for using this command must follow dm

[U-Boot] [PATCH v9 19/21] cmd: Add mtd command support

2016-10-30 Thread Jagan Teki
cmd/mtd.c is a generic command to access all low level MTD devices, like SPI-NOR, Parallel NOR and NAND. This is implemented based on u-boot driver model, so any new driver added for using this command must follow dm principles. Signed-off-by: Jagan Teki --- cmd/Kconfig