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 /include | |
parent | 8701eceffdf77e2908d0b58add0dabc16edf6087 (diff) | |
download | u-boot-imx-42f9ebff2f758bef524780a00c712eb63a72d99b.zip u-boot-imx-42f9ebff2f758bef524780a00c712eb63a72d99b.tar.gz u-boot-imx-42f9ebff2f758bef524780a00c712eb63a72d99b.tar.bz2 |
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>
Diffstat (limited to 'include')
-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 528c9ef..d6e4477 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 |