atheros: remove odd board check during image build
[openwrt/openwrt.git] / target / linux / atheros / patches-3.18 / 110-ar2313_ethernet.patch
index 7ac7b58912a7df94466caedd0a69e527e288c7a2..bef70dd7c5290ea9d0f54a10c1ebbccf6b6e4e3a 100644 (file)
 +#define AR2315_ENET0_MII_BASE (AR2315_ENET0_BASE + 0x14)
 +
  /*
-  * Cold reset register
+  * Configuration registers
   */
 --- a/arch/mips/ath25/ar5312_regs.h
 +++ b/arch/mips/ath25/ar5312_regs.h
 @@ -64,6 +64,10 @@
- #define AR5312_AR5312_REV7      0x0057          /* AR5312 WMAC (AP30-040) */
- #define AR5312_AR2313_REV8      0x0058          /* AR2313 WMAC (AP43-030) */
+ #define AR5312_AR5312_REV7    0x0057          /* AR5312 WMAC (AP30-040) */
+ #define AR5312_AR2313_REV8    0x0058          /* AR2313 WMAC (AP43-030) */
  
 +/* MII registers offset inside Ethernet MMR region */
 +#define AR5312_ENET0_MII_BASE (AR5312_ENET0_BASE + 0x14)