diff options
Diffstat (limited to 'drivers/mtd/chips/cfi_cmdset_0002.c')
-rw-r--r-- | drivers/mtd/chips/cfi_cmdset_0002.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mtd/chips/cfi_cmdset_0002.c b/drivers/mtd/chips/cfi_cmdset_0002.c index 3e6c47bdce53..ba29d2f0ffd7 100644 --- a/drivers/mtd/chips/cfi_cmdset_0002.c +++ b/drivers/mtd/chips/cfi_cmdset_0002.c | |||
@@ -418,8 +418,8 @@ struct mtd_info *cfi_cmdset_0002(struct map_info *map, int primary) | |||
418 | 418 | ||
419 | /* | 419 | /* |
420 | * Valid primary extension versions are: 1.0, 1.1, 1.2, 1.3, 1.4 | 420 | * Valid primary extension versions are: 1.0, 1.1, 1.2, 1.3, 1.4 |
421 | * see: http://www.amd.com/us-en/assets/content_type/DownloadableAssets/cfi_r20.pdf, page 19 | 421 | * see: http://cs.ozerki.net/zap/pub/axim-x5/docs/cfi_r20.pdf, page 19 |
422 | * http://www.amd.com/us-en/assets/content_type/DownloadableAssets/cfi_100_20011201.pdf | 422 | * http://www.spansion.com/Support/AppNotes/cfi_100_20011201.pdf |
423 | * http://www.spansion.com/Support/Datasheets/s29ws-p_00_a12_e.pdf | 423 | * http://www.spansion.com/Support/Datasheets/s29ws-p_00_a12_e.pdf |
424 | */ | 424 | */ |
425 | if (extp->MajorVersion != '1' || | 425 | if (extp->MajorVersion != '1' || |