X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fpcippc2%2Fpcippc2.c;h=a3dbdc846e037e34202a18b8fce53bdca90b5f52;hb=afbc526336447a7357e9c82852df0377d09a8089;hp=1148c6aa273d814501f772917d11469db8ce5d43;hpb=d61ea14885631e58a25feaa81ee82eb464c62d6a;p=oweals%2Fu-boot.git diff --git a/board/pcippc2/pcippc2.c b/board/pcippc2/pcippc2.c index 1148c6aa27..a3dbdc846e 100644 --- a/board/pcippc2/pcippc2.c +++ b/board/pcippc2/pcippc2.c @@ -28,6 +28,7 @@ #include #include #include +#include #include "hardware.h" #include "pcippc2.h" @@ -63,7 +64,7 @@ u32 pcippc2_sdram_size (void) return in32 (REG (CPC0, RGBAN1)); } -long initdram (int board_type) +phys_size_t initdram (int board_type) { return cpc710_ram_init (); } @@ -243,3 +244,8 @@ U_BOOT_CMD( #endif #endif /* CONFIG_WATCHDOG */ + +int board_eth_init(bd_t *bis) +{ + return pci_eth_init(bis); +}