diff options
| author | Michael Walle <mwalle@kernel.org> | 2023-09-08 12:16:34 +0200 |
|---|---|---|
| committer | Tudor Ambarus <tudor.ambarus@linaro.org> | 2023-09-19 18:57:50 +0300 |
| commit | da7e48db514b2dfbf67e0c063fca0a00a34f4b6c (patch) | |
| tree | c7ed4a0dcfd7a7eaefd28bebda433097caa509a0 /drivers/mtd/spi-nor/esmt.c | |
| parent | mtd: spi-nor: add SNOR_ID() and SNOR_OTP() (diff) | |
| download | linux-da7e48db514b2dfbf67e0c063fca0a00a34f4b6c.tar.gz linux-da7e48db514b2dfbf67e0c063fca0a00a34f4b6c.zip | |
mtd: spi-nor: remove or move flash_info comments
Most of the comments are a relict of the past when the flash_info was
just one table. Most of them are useless. Remove them.
Signed-off-by: Michael Walle <mwalle@kernel.org>
Link: https://lore.kernel.org/r/20230807-mtd-flash-info-db-rework-v3-16-e60548861b10@kernel.org
Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Diffstat (limited to 'drivers/mtd/spi-nor/esmt.c')
| -rw-r--r-- | drivers/mtd/spi-nor/esmt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/spi-nor/esmt.c b/drivers/mtd/spi-nor/esmt.c index fcc3b0e7cda9..12779bec5f99 100644 --- a/drivers/mtd/spi-nor/esmt.c +++ b/drivers/mtd/spi-nor/esmt.c @@ -9,7 +9,6 @@ #include "core.h" static const struct flash_info esmt_nor_parts[] = { - /* ESMT */ { "f25l32pa", INFO(0x8c2016, 0, 64 * 1024, 64) FLAGS(SPI_NOR_HAS_LOCK | SPI_NOR_SWP_IS_VOLATILE) NO_SFDP_FLAGS(SECT_4K) }, |
