mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-30 08:31:03 +00:00
ARM: Enable CONFIG_DM_MMC and CONFIG_DM_BLK on HSC and DDC boards
This commit enables DM_MMC and DM_BLK on imx53 based HSC and DDC boards. Signed-off-by: Lukasz Majewski <lukma@denx.de>
This commit is contained in:
parent
fc77d4d6db
commit
81253ebba2
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ config TARGET_KP_IMX53
|
|||
select DM_I2C
|
||||
select DM_PMIC
|
||||
select DM_SERIAL
|
||||
select DM_MMC
|
||||
select BLK
|
||||
select MX53
|
||||
imply CMD_DM
|
||||
|
||||
|
|
Loading…
Reference in a new issue