linux/generic: update & refresh 2.6.36 & 2.6.37. (closes #8324)
[openwrt/svn-archive/archive.git] / target / linux / generic / patches-2.6.37 / 014-cfi_show_amd_extended_table_version.patch
1 --- a/drivers/mtd/chips/cfi_cmdset_0002.c
2 +++ b/drivers/mtd/chips/cfi_cmdset_0002.c
3 @@ -446,9 +446,9 @@ struct mtd_info *cfi_cmdset_0002(struct
4
5 /*
6 * Valid primary extension versions are: 1.0, 1.1, 1.2, 1.3, 1.4
7 - * see: http://cs.ozerki.net/zap/pub/axim-x5/docs/cfi_r20.pdf, page 19
8 - * http://www.spansion.com/Support/AppNotes/cfi_100_20011201.pdf
9 - * http://www.spansion.com/Support/Datasheets/s29ws-p_00_a12_e.pdf
10 + * see: Spec 1.3 http://cs.ozerki.net/zap/pub/axim-x5/docs/cfi_r20.pdf, page 19
11 + * http://www.spansion.com/Support/AppNotes/cfi_100_20011201.pdf
12 + * Spec 1.4 http://www.spansion.com/Support/AppNotes/CFI_Spec_AN_03.pdf, page 9
13 */
14 if (extp->MajorVersion != '1' ||
15 (extp->MajorVersion == '1' && (extp->MinorVersion < '0' || extp->MinorVersion > '4'))) {