]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sf: spansion: Update the name for S25FL256S flash
authorJagannadha Sutradharudu Teki <jaganna@xilinx.com>
Sat, 25 May 2013 17:33:11 +0000 (23:03 +0530)
committerJagannadha Sutradharudu Teki <jaganna@xilinx.com>
Thu, 13 Jun 2013 18:12:46 +0000 (23:42 +0530)
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 <jaganna@xilinx.com>
drivers/mtd/spi/spansion.c

index 307b8524f8a33235be818a4b46672cbbc520afb2..2218e2f027ffd98b3220189c455a59ee4cbd6a15 100644 (file)
@@ -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",
        },
 };