Ver Fonte

MPC8260ADS: Define CONFIG_HAS_ETH0.

This is required so that the MAC address will be updated in the device tree.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Scott Wood há 16 anos atrás
pai
commit
42f9ebff2f
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      include/configs/MPC8260ADS.h

+ 2 - 0
include/configs/MPC8260ADS.h

@@ -517,6 +517,8 @@
 
 #endif /* CONFIG_ADSTYPE == CONFIG_8272ADS*/
 
+#define CONFIG_HAS_ETH0
+
 #if CONFIG_ADSTYPE == CONFIG_SYS_8272ADS
 #define CONFIG_HAS_ETH1
 #endif