From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Thu, 13 Dec 2018 02:08:16 +0530 Subject: [U-Boot] [PATCH 07/16] mtd: spi: Remove unused files In-Reply-To: <20181212173228.12281-8-vigneshr@ti.com> References: <20181212173228.12281-1-vigneshr@ti.com> <20181212173228.12281-8-vigneshr@ti.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 ----- Better to keep this by renaming and other licesnes, ie what I did before. It's good for maintaining ids separately instead of having in one big spi-nor file.