mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
at91cap9adk: fix implicit declaration of function 'eth_init'
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
parent
375c4353db
commit
64d792063f
1 changed files with 3 additions and 0 deletions
|
|
@ -24,6 +24,9 @@
|
|||
|
||||
#include <common.h>
|
||||
#include <asm/arch/AT91CAP9.h>
|
||||
#if defined(CONFIG_RESET_PHY_R) && defined(CONFIG_MACB)
|
||||
#include <net.h>
|
||||
#endif
|
||||
|
||||
#define MP_BLOCK_3_BASE 0xFDF00000
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue