mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 16:10:58 +00:00
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>
This commit is contained in:
parent
8701eceffd
commit
42f9ebff2f
1 changed files with 2 additions and 0 deletions
|
@ -517,6 +517,8 @@
|
|||
|
||||
#endif /* CONFIG_ADSTYPE == CONFIG_8272ADS*/
|
||||
|
||||
#define CONFIG_HAS_ETH0
|
||||
|
||||
#if CONFIG_ADSTYPE == CONFIG_SYS_8272ADS
|
||||
#define CONFIG_HAS_ETH1
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue