mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +00:00
cmc_pu2: fix implicit declaration of function 'eth_setenv_enetaddr'
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
parent
176c4a982c
commit
118d168035
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
/* #define DEBUG */
|
||||
|
||||
#include <common.h>
|
||||
#include <net.h>
|
||||
|
||||
#define I2C_CHIP 0x50 /* I2C bus address of onboard EEPROM */
|
||||
#define I2C_ALEN 1 /* length of EEPROM addresses in bytes */
|
||||
|
|
Loading…
Add table
Reference in a new issue