From: Scott Wood Date: Fri, 3 Apr 2009 20:24:40 +0000 (-0500) Subject: MPC8260ADS: Define CONFIG_HAS_ETH0. X-Git-Tag: v2009.06-rc1~69 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=42f9ebff2f758bef524780a00c712eb63a72d99b;p=karo-tx-uboot.git 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 --- diff --git a/include/configs/MPC8260ADS.h b/include/configs/MPC8260ADS.h index 528c9ef79c..d6e44773d4 100644 --- a/include/configs/MPC8260ADS.h +++ b/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