projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea098e0
)
M28: Fix typo
author
Marek Vasut
<marek.vasut@gmail.com>
Fri, 2 Dec 2011 03:47:39 +0000
(
03:47
+0000)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Fri, 9 Dec 2011 16:30:10 +0000
(17:30 +0100)
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Detlev Zundel <dzu@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
board/denx/m28evk/m28evk.c
patch
|
blob
|
history
diff --git
a/board/denx/m28evk/m28evk.c
b/board/denx/m28evk/m28evk.c
index 8cf3dc9d4e5d83f354d4f8b7b2db53d2c0ea49ed..fcee046e1d9b833436dbc3a9a1e80d4455cf56af 100644
(file)
--- a/
board/denx/m28evk/m28evk.c
+++ b/
board/denx/m28evk/m28evk.c
@@
-104,7
+104,7
@@
static int m28_mmc_wp(int id)
int board_mmc_init(bd_t *bis)
{
- /* Configure WP as
output
*/
+ /* Configure WP as
input.
*/
gpio_direction_input(MX28_PAD_AUART2_CTS__GPIO_3_10);
return mxsmmc_initialize(bis, 0, m28_mmc_wp);