From: Jagannadha Sutradharudu Teki Date: Sat, 25 May 2013 17:33:11 +0000 (+0530) Subject: sf: spansion: Update the name for S25FL256S flash X-Git-Tag: v2013.07-rc1~1^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=59120ca36568cb6c8dfb8c1e427c4432ccbdf894;p=u-boot sf: spansion: Update the name for S25FL256S flash As the per the ID tabl the flash is under Uniform 64-kB sector architecture, hence updated with proper name. Signed-off-by: Jagannadha Sutradharudu Teki --- diff --git a/drivers/mtd/spi/spansion.c b/drivers/mtd/spi/spansion.c index 307b8524f8..2218e2f027 100644 --- a/drivers/mtd/spi/spansion.c +++ b/drivers/mtd/spi/spansion.c @@ -108,7 +108,7 @@ static const struct spansion_spi_flash_params spansion_spi_flash_table[] = { .idcode2 = 0x4d01, .pages_per_sector = 256, .nr_sectors = 512, - .name = "S25FL256S", + .name = "S25FL256S_64K", }, };