OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 72... Line 72...
72 +}; 72 +};
73 + 73 +
74 static struct sprom_fixup __initdata ar5381u_fixups[] = { 74 static struct sprom_fixup __initdata ar5381u_fixups[] = {
75 { .offset = 97, .value = 0xfee5 }, 75 { .offset = 97, .value = 0xfee5 },
76 { .offset = 98, .value = 0x157c }, 76 { .offset = 98, .value = 0x157c },
77 @@ -2607,6 +2674,7 @@ static const struct board_info __initcon 77 @@ -2593,6 +2660,7 @@ static const struct board_info __initcon
78 #endif 78 #endif
79 #ifdef CONFIG_BCM63XX_CPU_6328 79 #ifdef CONFIG_BCM63XX_CPU_6328
80 &board_96328avng, 80 &board_96328avng,
81 + &board_AD1018, 81 + &board_AD1018,
82 &board_AR5381u, 82 &board_AR5381u,
83 &board_AR5387un, 83 &board_AR5387un,
84 &board_963281TAN, 84 &board_963281TAN,
85 @@ -2721,6 +2789,7 @@ static struct of_device_id const bcm963x 85 @@ -2707,6 +2775,7 @@ static struct of_device_id const bcm963x
86 { .compatible = "d-link,dsl-274xb-f", .data = &board_dsl_274xb_f1, }, 86 { .compatible = "d-link,dsl-274xb-f", .data = &board_dsl_274xb_f1, },
87 { .compatible = "nucom,r5010unv2", .data = &board_R5010UNV2, }, 87 { .compatible = "nucom,r5010unv2", .data = &board_R5010UNV2, },
88 { .compatible = "sagem,f@st2704v2", .data = &board_FAST2704V2, }, 88 { .compatible = "sagem,f@st2704v2", .data = &board_FAST2704V2, },
89 + { .compatible = "sercomm,ad1018-nor", .data = &board_AD1018, }, 89 + { .compatible = "sercomm,ad1018-nor", .data = &board_AD1018, },
90 #endif 90 #endif