mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
ARM: omap3logic: Fix MMC name
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>
This commit is contained in:
parent
c3aa851322
commit
6482095de6
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue