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:
605882c
)
mmc_ipl: bug fixed
author
Jaehoon Chung
<jh80.chung@samsung.com>
Fri, 13 Aug 2010 06:46:46 +0000
(15:46 +0900)
committer
Jaehoon Chung
<jh80.chung@samsung.com>
Fri, 13 Aug 2010 06:46:46 +0000
(15:46 +0900)
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
mmc_ipl/mmc.c
patch
|
blob
|
history
diff --git
a/mmc_ipl/mmc.c
b/mmc_ipl/mmc.c
index
84acf67
..
5acb533
100644
(file)
--- a/
mmc_ipl/mmc.c
+++ b/
mmc_ipl/mmc.c
@@
-29,7
+29,7
@@
int board_mmc_init(void) __attribute__((weak, alias("__board_mmc_init")));
int mmc_init(void)
{
- if (board_mmc_init)
+ if (board_mmc_init
()
)
return 1;
return 0;