commit | 1db9b52e47dddf89a60c15e649b0672abbc964ef | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Fri Sep 06 23:09:16 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 10 08:11:11 2024 -0600 |
tree | 57e7037b23f01e0c5c7e7ae2595004cee57df317 | |
parent | 2fbb8d9dced556383cfdb0d53a53c10fa2dac304 [diff] |
mtd: spi-nor-ids: Deduplicate w25q16dw entry The w25q16dw entry exists twice in spi_nor_ids, remove the less complete variant of the entry and keep only one copy of it. Fixes: baef13ec9d59 ("mtd: spi-nor-ids: Add support for flashes tested by xilinx") Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Michal Simek <michal.simek@amd.com> Reviewed-by: Tudor Ambarus <tudor.ambarus@linaro.org>