treewide: convert bd_t to struct bd_info by coccinelle
[platform/kernel/u-boot.git] / board / AndesTech / adp-ag101p / adp-ag101p.c
index 23cdf4f..3dd880f 100644 (file)
@@ -66,7 +66,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);
 }