OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 15... Line 15...
15 drivers/mtd/spi-nor/spi-nor.c | 4 ++++ 15 drivers/mtd/spi-nor/spi-nor.c | 4 ++++
16 1 file changed, 4 insertions(+) 16 1 file changed, 4 insertions(+)
Line 17... Line 17...
17   17  
18 --- a/drivers/mtd/spi-nor/spi-nor.c 18 --- a/drivers/mtd/spi-nor/spi-nor.c
19 +++ b/drivers/mtd/spi-nor/spi-nor.c 19 +++ b/drivers/mtd/spi-nor/spi-nor.c
20 @@ -1177,6 +1177,10 @@ static const struct flash_info spi_nor_i 20 @@ -1166,6 +1166,10 @@ static const struct flash_info spi_nor_i
21 { "3S400AN", S3AN_INFO(0x1f2400, 256, 264) }, 21 { "3S400AN", S3AN_INFO(0x1f2400, 256, 264) },
22 { "3S700AN", S3AN_INFO(0x1f2500, 512, 264) }, 22 { "3S700AN", S3AN_INFO(0x1f2500, 512, 264) },
23 { "3S1400AN", S3AN_INFO(0x1f2600, 512, 528) }, 23 { "3S1400AN", S3AN_INFO(0x1f2600, 512, 528) },
24 + 24 +