X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fipek01%2Fipek01.c;h=85cd0a02722b74d94521d88ac89e836b7aeb366a;hb=37bead1a709fd14a97ea7c5fd3efc93be0fc64f5;hp=463a81be20e45b4ec2448c720f39a1f6e0bed74b;hpb=cd12f615e4dd1dd24caab93f4157894783c6c1c0;p=oweals%2Fu-boot.git diff --git a/board/ipek01/ipek01.c b/board/ipek01/ipek01.c index 463a81be20..85cd0a0272 100644 --- a/board/ipek01/ipek01.c +++ b/board/ipek01/ipek01.c @@ -92,8 +92,8 @@ static void sdram_start (int hi_addr) /* * ATTENTION: Although partially referenced initdram does NOT make real - * use of CONFIG_SYS_SDRAM_BASE. The code does not work if - * CONFIG_SYS_SDRAM_BASE is something else than 0x00000000. + * use of CONFIG_SYS_SDRAM_BASE. The code does not work if + * CONFIG_SYS_SDRAM_BASE is something else than 0x00000000. */ phys_size_t initdram (int board_type) @@ -221,8 +221,8 @@ void ft_board_setup (void *blob, bd_t * bd) int board_eth_init(bd_t *bis) { - cpu_eth_init(bis); /* Built in FEC comes first */ - return pci_eth_init(bis); + cpu_eth_init(bis); /* Built in FEC comes first */ + return pci_eth_init(bis); } #ifdef CONFIG_VIDEO