Re: [U-Boot] [PATCH 07/16] mtd: spi: Remove unused files

2018-12-13 Thread Vignesh R
On 13/12/18 2:08 AM, Jagan Teki wrote: > On Wed, Dec 12, 2018 at 11:12 PM Vignesh R wrote: >> >> spi_flash and spi_flash_ids are no longer needed after SPI NOR >> migration. Remove them. >> >> Signed-off-by: Vignesh R >> --- >> drivers/mtd/spi/spi_flash.c | 1337 ---

Re: [U-Boot] [PATCH 07/16] mtd: spi: Remove unused files

2018-12-12 Thread Jagan Teki
On Wed, Dec 12, 2018 at 11:12 PM Vignesh R wrote: > > spi_flash and spi_flash_ids are no longer needed after SPI NOR > migration. Remove them. > > Signed-off-by: Vignesh R > --- > drivers/mtd/spi/spi_flash.c | 1337 --- > drivers/mtd/spi/spi_flash_ids.c | 211 ---

[U-Boot] [PATCH 07/16] mtd: spi: Remove unused files

2018-12-12 Thread Vignesh R
spi_flash and spi_flash_ids are no longer needed after SPI NOR migration. Remove them. Signed-off-by: Vignesh R --- drivers/mtd/spi/spi_flash.c | 1337 --- drivers/mtd/spi/spi_flash_ids.c | 211 - 2 files changed, 1548 deletions(-) delete mode 100644 drivers