OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 10... Line 10...
10 drivers/mtd/spi-nor/spi-nor.c | 1 + 10 drivers/mtd/spi-nor/spi-nor.c | 1 +
11 1 file changed, 1 insertion(+) 11 1 file changed, 1 insertion(+)
Line 12... Line 12...
12   12  
13 --- a/drivers/mtd/spi-nor/spi-nor.c 13 --- a/drivers/mtd/spi-nor/spi-nor.c
14 +++ b/drivers/mtd/spi-nor/spi-nor.c 14 +++ b/drivers/mtd/spi-nor/spi-nor.c
15 @@ -878,6 +878,7 @@ static const struct flash_info spi_nor_i 15 @@ -872,6 +872,7 @@ static const struct flash_info spi_nor_i
16 { "mx25l12805d", INFO(0xc22018, 0, 64 * 1024, 256, 0) }, 16 { "mx25l12805d", INFO(0xc22018, 0, 64 * 1024, 256, 0) },
17 { "mx25l12855e", INFO(0xc22618, 0, 64 * 1024, 256, 0) }, 17 { "mx25l12855e", INFO(0xc22618, 0, 64 * 1024, 256, 0) },
18 { "mx25l25635e", INFO(0xc22019, 0, 64 * 1024, 512, 0) }, 18 { "mx25l25635e", INFO(0xc22019, 0, 64 * 1024, 512, 0) },
19 + { "mx25u25635f", INFO(0xc22539, 0, 64 * 1024, 512, SECT_4K) }, 19 + { "mx25u25635f", INFO(0xc22539, 0, 64 * 1024, 512, SECT_4K) },