From 93910edb595a88d394da3eb2cf5148096155dfe9 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Fri, 12 Mar 2010 23:06:04 +0100 Subject: Prepare v2010.03-rc1 Coding style cleanup, update CHANGELOG. Signed-off-by: Wolfgang Denk --- board/ipek01/ipek01.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'board/ipek01') 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 -- cgit v1.2.1