projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f73ccd2
)
s5pc1xx: universal: fsa9480 interrupt clear at booting
author
Minkyu Kang
<mk7.kang@samsung.com>
Tue, 2 Mar 2010 10:31:22 +0000
(19:31 +0900)
committer
Minkyu Kang
<mk7.kang@samsung.com>
Tue, 2 Mar 2010 10:31:22 +0000
(19:31 +0900)
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
board/samsung/universal/universal.c
patch
|
blob
|
history
diff --git
a/board/samsung/universal/universal.c
b/board/samsung/universal/universal.c
index
f957ac2
..
8219563
100644
(file)
--- a/
board/samsung/universal/universal.c
+++ b/
board/samsung/universal/universal.c
@@
-2225,7
+2225,7
@@
int misc_init_r(void)
check_battery(0);
/* check fsa9480 */
check_battery(0);
/* check fsa9480 */
- check_micro_usb(
0
);
+ check_micro_usb(
1
);
return 0;
}
return 0;
}