diff options
Diffstat (limited to 'board/compulab/cm_t335/cm_t335.c')
-rw-r--r-- | board/compulab/cm_t335/cm_t335.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/compulab/cm_t335/cm_t335.c b/board/compulab/cm_t335/cm_t335.c index 75b56f7eee..a9ba2b7e00 100644 --- a/board/compulab/cm_t335/cm_t335.c +++ b/board/compulab/cm_t335/cm_t335.c @@ -128,7 +128,7 @@ static int handle_mac_address(void) #define AR8051_DEBUG_RGMII_CLK_DLY_REG 0x5 #define AR8051_RGMII_TX_CLK_DLY 0x100 -int board_eth_init(bd_t *bis) +int board_eth_init(struct bd_info *bis) { int rv, n = 0; const char *devname; |