diff options
| author | Jagan Teki <[email protected]> | 2016-10-30 23:16:22 +0530 |
|---|---|---|
| committer | Jagan Teki <[email protected]> | 2016-11-18 13:04:54 +0530 |
| commit | 6645fd2c183a09f8594b5e6b5da279e9ebd70c52 (patch) | |
| tree | 081b215fe8a18a003660f3ba47cb4629e07d8992 /drivers | |
| parent | 475bf816f1fbc7be5c5ba12cd456841a0f9508c9 (diff) | |
sf: Rename sf_params.c to spi_flash_ids.c
Now the flash params table as renamed to spi_flash_ids structure,
so rename the sf_params.c to spi_flash_ids.c and remove the legacy.
Cc: Bin Meng <[email protected]>
Cc: York Sun <[email protected]>
Cc: Vignesh R <[email protected]>
Cc: Mugunthan V N <[email protected]>
Cc: Michal Simek <[email protected]>
Signed-off-by: Jagan Teki <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
Tested-by: Jagan Teki <[email protected]>
Reviewed-by: Siva Durga Prasad Paladugu <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mtd/spi/Makefile | 2 | ||||
| -rw-r--r-- | drivers/mtd/spi/spi_flash_ids.c (renamed from drivers/mtd/spi/sf_params.c) | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/drivers/mtd/spi/Makefile b/drivers/mtd/spi/Makefile index f3dc4096325..fcda0234121 100644 --- a/drivers/mtd/spi/Makefile +++ b/drivers/mtd/spi/Makefile @@ -12,7 +12,7 @@ obj-$(CONFIG_SPL_SPI_BOOT) += fsl_espi_spl.o obj-$(CONFIG_SPL_SPI_SUNXI) += sunxi_spi_spl.o endif -obj-$(CONFIG_SPI_FLASH) += sf_probe.o spi_flash.o sf_params.o sf.o +obj-$(CONFIG_SPI_FLASH) += sf_probe.o spi_flash.o spi_flash_ids.o sf.o obj-$(CONFIG_SPI_FLASH_DATAFLASH) += sf_dataflash.o obj-$(CONFIG_SPI_FLASH_MTD) += sf_mtd.o obj-$(CONFIG_SPI_FLASH_SANDBOX) += sandbox.o diff --git a/drivers/mtd/spi/sf_params.c b/drivers/mtd/spi/spi_flash_ids.c index 4613258cd36..8c92525d90a 100644 --- a/drivers/mtd/spi/sf_params.c +++ b/drivers/mtd/spi/spi_flash_ids.c @@ -1,6 +1,7 @@ /* - * SPI flash Params table + * SPI Flash ID's. * + * Copyright (C) 2016 Jagan Teki <[email protected]> * Copyright (C) 2013 Jagannadha Sutradharudu Teki, Xilinx Inc. * * SPDX-License-Identifier: GPL-2.0+ |
