]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
sf: spansion: Update the name for S25FL256S flash
authorJagannadha Sutradharudu Teki <jaganna@xilinx.com>
Thu, 25 Apr 2013 06:56:32 +0000 (12:26 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 3 May 2013 07:01:07 +0000 (09:01 +0200)
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 <jaganna@xilinx.com>
drivers/mtd/spi/spansion.c

index 9243adb2496efeef9b8cd9b6c35936343ef203a4..4f394b1d8021ad706200b099a02f509b25130f1a 100644 (file)
@@ -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",
        },
 };