From: Jagannadha Sutradharudu Teki Date: Thu, 25 Apr 2013 06:56:32 +0000 (+0530) Subject: sf: spansion: Update the name for S25FL256S flash X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff2f03a0342550c24bc43c01ff27e40fc06de2ae;p=thirdparty%2Fu-boot.git sf: spansion: Update the name for S25FL256S flash As the per the ID table the flash is under Uniform 64-kB sector architecture, hence updated the proper name. Signed-off-by: Jagannadha Sutradharudu Teki --- diff --git a/drivers/mtd/spi/spansion.c b/drivers/mtd/spi/spansion.c index 9243adb2496..4f394b1d802 100644 --- a/drivers/mtd/spi/spansion.c +++ b/drivers/mtd/spi/spansion.c @@ -101,7 +101,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", }, };