OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 9... Line 9...
9 the ubi volume created by the other. 9 the ubi volume created by the other.
Line 10... Line 10...
10   10  
11 --- 11 ---
12 --- a/drivers/mtd/spi-nor/spi-nor.c 12 --- a/drivers/mtd/spi-nor/spi-nor.c
13 +++ b/drivers/mtd/spi-nor/spi-nor.c 13 +++ b/drivers/mtd/spi-nor/spi-nor.c
14 @@ -1031,7 +1031,7 @@ static const struct flash_info spi_nor_i 14 @@ -1023,7 +1023,7 @@ static const struct flash_info spi_nor_i
15 { "mx25u6435f", INFO(0xc22537, 0, 64 * 1024, 128, SECT_4K) }, 15 { "mx25u6435f", INFO(0xc22537, 0, 64 * 1024, 128, SECT_4K) },
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, SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) }, 18 - { "mx25l25635e", INFO(0xc22019, 0, 64 * 1024, 512, SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },