]> Git Repo - u-boot.git/blobdiff - arch/arm/mach-lpc32xx/cpu.c
treewide: convert bd_t to struct bd_info by coccinelle
[u-boot.git] / arch / arm / mach-lpc32xx / cpu.c
index ee15a9453d92ac3c578b204b5c3ee5ff1a875670..32af6206056b05890ce7c4f6ab1bc23bcf8feec6 100644 (file)
@@ -72,7 +72,7 @@ int print_cpuinfo(void)
 #endif
 
 #ifdef CONFIG_LPC32XX_ETH
-int cpu_eth_init(bd_t *bis)
+int cpu_eth_init(struct bd_info *bis)
 {
        lpc32xx_eth_initialize(bis);
        return 0;
This page took 0.026103 seconds and 4 git commands to generate.