diff options
Diffstat (limited to 'board/AndesTech/ax25-ae350/ax25-ae350.c')
-rw-r--r-- | board/AndesTech/ax25-ae350/ax25-ae350.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/AndesTech/ax25-ae350/ax25-ae350.c b/board/AndesTech/ax25-ae350/ax25-ae350.c index da5bc5b1f1..add0d56ef2 100644 --- a/board/AndesTech/ax25-ae350/ax25-ae350.c +++ b/board/AndesTech/ax25-ae350/ax25-ae350.c @@ -43,7 +43,7 @@ int dram_init_banksize(void) } #if defined(CONFIG_FTMAC100) && !defined(CONFIG_DM_ETH) -int board_eth_init(bd_t *bd) +int board_eth_init(struct bd_info *bd) { return ftmac100_initialize(bd); } |