summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-03-12 23:06:04 +0100
committerWolfgang Denk <wd@denx.de>2010-03-12 23:06:04 +0100
commit93910edb595a88d394da3eb2cf5148096155dfe9 (patch)
treefc14bd3093f04c730b5c8d79e57707fada0d6159 /board
parent4e72fb15c9073129e05820cc9c54f54bc4985835 (diff)
downloadblackbird-obmc-uboot-93910edb595a88d394da3eb2cf5148096155dfe9.tar.gz
blackbird-obmc-uboot-93910edb595a88d394da3eb2cf5148096155dfe9.zip
Prepare v2010.03-rc1
Coding style cleanup, update CHANGELOG. Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board')
-rw-r--r--board/freescale/mx51evk/mx51evk.c1
-rw-r--r--board/ipek01/ipek01.c8
-rw-r--r--board/karo/tx25/Makefile1
3 files changed, 4 insertions, 6 deletions
diff --git a/board/freescale/mx51evk/mx51evk.c b/board/freescale/mx51evk/mx51evk.c
index af1b0bd8bc..8754563802 100644
--- a/board/freescale/mx51evk/mx51evk.c
+++ b/board/freescale/mx51evk/mx51evk.c
@@ -394,4 +394,3 @@ int checkboard(void)
puts("]\n");
return 0;
}
-
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
diff --git a/board/karo/tx25/Makefile b/board/karo/tx25/Makefile
index b0e610fc35..88c37c1185 100644
--- a/board/karo/tx25/Makefile
+++ b/board/karo/tx25/Makefile
@@ -48,4 +48,3 @@ include $(SRCTREE)/rules.mk
sinclude $(obj).depend
#########################################################################
-
OpenPOWER on IntegriCloud