projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca7bc8f
)
arm: rmobile: alt: Fix typo of SCIF id
author
Nobuhiro Iwamatsu
<nobuhiro.iwamatsu.yj@renesas.com>
Fri, 31 Oct 2014 07:30:25 +0000
(16:30 +0900)
committer
Nobuhiro Iwamatsu
<iwamatsu@nigauri.org>
Tue, 4 Nov 2014 00:01:08 +0000
(09:01 +0900)
Alt board use SCIF2, not SCIF0.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
board/renesas/alt/alt.c
patch
|
blob
|
history
diff --git
a/board/renesas/alt/alt.c
b/board/renesas/alt/alt.c
index b668bf6e9714f324c0b2861036407e1a1a78b2d1..5c5a86f14558c738b436c04a913bc391333298a4 100644
(file)
--- a/
board/renesas/alt/alt.c
+++ b/
board/renesas/alt/alt.c
@@
-43,7
+43,7
@@
void s_init(void)
#define MSTPSR7 0xE61501C4
#define SMSTPCR7 0xE615014C
-#define SCIF
0
_MSTP719 (1 << 19)
+#define SCIF
2
_MSTP719 (1 << 19)
#define MSTPSR8 0xE61509A0
#define SMSTPCR8 0xE6150990
@@
-63,8
+63,8
@@
int board_early_init_f(void)
/* TMU */
mstp_clrbits_le32(MSTPSR1, SMSTPCR1, TMU0_MSTP125);
- /* SCIF
0
*/
- mstp_clrbits_le32(MSTPSR7, SMSTPCR7, SCIF
0
_MSTP719);
+ /* SCIF
2
*/
+ mstp_clrbits_le32(MSTPSR7, SMSTPCR7, SCIF
2
_MSTP719);
/* ETHER */
mstp_clrbits_le32(MSTPSR8, SMSTPCR8, ETHER_MSTP813);