summaryrefslogtreecommitdiff
path: root/board/AndesTech/adp-ae3xx/adp-ae3xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/AndesTech/adp-ae3xx/adp-ae3xx.c')
-rw-r--r--board/AndesTech/adp-ae3xx/adp-ae3xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/AndesTech/adp-ae3xx/adp-ae3xx.c b/board/AndesTech/adp-ae3xx/adp-ae3xx.c
index 54f7178b36..b52cbd4d86 100644
--- a/board/AndesTech/adp-ae3xx/adp-ae3xx.c
+++ b/board/AndesTech/adp-ae3xx/adp-ae3xx.c
@@ -59,7 +59,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);
}