summaryrefslogtreecommitdiffstats
path: root/board/mpr2
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-04-13 09:59:26 -0700
committerWolfgang Denk <wd@denx.de>2008-04-13 09:59:26 -0700
commit1aeed8d71acb3290cf2446f316d6ba437e7881c4 (patch)
tree475d54d2773652e6103291bfdd63d9c27b68a0a8 /board/mpr2
parent8c8428a576f632745306e288b629e30d420c0f5a (diff)
downloadtalos-obmc-uboot-1aeed8d71acb3290cf2446f316d6ba437e7881c4.tar.gz
talos-obmc-uboot-1aeed8d71acb3290cf2446f316d6ba437e7881c4.zip
Coding Style cleanup; update CHANGELOG
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/mpr2')
-rw-r--r--board/mpr2/mpr2.c3
-rw-r--r--board/mpr2/u-boot.lds2
2 files changed, 2 insertions, 3 deletions
diff --git a/board/mpr2/mpr2.c b/board/mpr2/mpr2.c
index 2ddb0c10c1..98557b400b 100644
--- a/board/mpr2/mpr2.c
+++ b/board/mpr2/mpr2.c
@@ -67,7 +67,7 @@ int board_init(void)
/* set Pin Select Register D: Reserved, SIOF1_TxD, Reserved, SIOF1_MCLK, Reserved, SIOF1_SYNC, Reserved, SCIF1_SCK, Reserved */
__raw_writew(0x0000, PSELD); /* 0 00 00 00 00 00 00 00 0 */
-
+
/* OTH: (00) Other fuction
* GPO: (01) General Purpose Output
* GPI: (11) General Purpose Input
@@ -159,4 +159,3 @@ int dram_init(void)
printf("SDRAM: %dMB\n", CFG_SDRAM_SIZE / (1024 * 1024));
return 0;
}
-
diff --git a/board/mpr2/u-boot.lds b/board/mpr2/u-boot.lds
index 6fee7f2542..eda6b442ab 100644
--- a/board/mpr2/u-boot.lds
+++ b/board/mpr2/u-boot.lds
@@ -7,7 +7,7 @@
*
* Copyright (C) 2008
* Mark Jonas <mark.jonas@de.bosch.com>
- *
+ *
* See file CREDITS for list of people who contributed to this
* project.
*
OpenPOWER on IntegriCloud