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:
c3aa851
)
ARM: omap3logic: Fix MMC name
author
Adam Ford
<aford173@gmail.com>
Sun, 7 Oct 2018 22:47:50 +0000
(17:47 -0500)
committer
Tom Rini
<trini@konsulko.com>
Mon, 22 Oct 2018 13:18:49 +0000
(09:18 -0400)
In my haste to migrate SPL to DM, I copied the wrong name.
While it really doesn't matter, I'd prefer the name to match
the board, so am335x_mmc0 is now called omap3_logic_mmc0
Signed-off-by: Adam Ford <aford173@gmail.com>
board/logicpd/omap3som/omap3logic.c
patch
|
blob
|
history
diff --git
a/board/logicpd/omap3som/omap3logic.c
b/board/logicpd/omap3som/omap3logic.c
index cd6dd72d44fb1e8738ef2ddc14a5af28339cabdf..c244a1f683530d300ed6243add3eb04f0f6b826c 100644
(file)
--- a/
board/logicpd/omap3som/omap3logic.c
+++ b/
board/logicpd/omap3som/omap3logic.c
@@
-63,7
+63,7
@@
static const struct omap_hsmmc_plat omap3_logic_mmc0_platdata = {
.cfg.b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT,
};
-U_BOOT_DEVICE(
am335x
_mmc0) = {
+U_BOOT_DEVICE(
omap3_logic
_mmc0) = {
.name = "omap_hsmmc",
.platdata = &omap3_logic_mmc0_platdata,
};