diff options
| author | Scott Wood <scottwood@freescale.com> | 2009-04-03 15:24:40 -0500 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2009-04-04 20:00:10 +0200 | 
| commit | 42f9ebff2f758bef524780a00c712eb63a72d99b (patch) | |
| tree | 2996338da0a98a178473cafdb6c6fcc058d5b7fd | |
| parent | 8701eceffdf77e2908d0b58add0dabc16edf6087 (diff) | |
| download | olio-uboot-2014.01-42f9ebff2f758bef524780a00c712eb63a72d99b.tar.xz olio-uboot-2014.01-42f9ebff2f758bef524780a00c712eb63a72d99b.zip | |
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>
| -rw-r--r-- | include/configs/MPC8260ADS.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/configs/MPC8260ADS.h b/include/configs/MPC8260ADS.h index 528c9ef79..d6e44773d 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 |