projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a668436
)
imx: mx6quq7: fix USDHC4 declaration
author
Julien CORJON
<corjon.j@ecagroup.com>
Fri, 5 Feb 2016 15:19:31 +0000
(16:19 +0100)
committer
Stefano Babic
<sbabic@denx.de>
Sun, 21 Feb 2016 10:36:27 +0000
(11:36 +0100)
USDHC2 does not exist on mx6quq7 board, as USDHC4 was already been
declared this is probably a typo.
Signed-off-by: Julien Corjon <corjon.j@ecagroup.com>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
board/seco/mx6quq7/mx6quq7.c
patch
|
blob
|
history
diff --git
a/board/seco/mx6quq7/mx6quq7.c
b/board/seco/mx6quq7/mx6quq7.c
index ea1d4b8e4972619223f4909d07db3b9a2b3c9c00..3743a9e3daa346b75cd5073b381a804382b2fdc7 100644
(file)
--- a/
board/seco/mx6quq7/mx6quq7.c
+++ b/
board/seco/mx6quq7/mx6quq7.c
@@
-93,7
+93,7
@@
int board_eth_init(bd_t *bis)
static struct fsl_esdhc_cfg usdhc_cfg[2] = {
{USDHC3_BASE_ADDR},
- {USDHC
2
_BASE_ADDR},
+ {USDHC
4
_BASE_ADDR},
};
int board_mmc_init(bd_t *bis)