mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
2d0401b118
Enable DM block, DM MMC and DM SATA support on iMX6 Udoo convert board code to match the DM support. Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Cc: Fabio Estevam <fabio.estevam@nxp.com> Cc: Stefano Babic <sbabic@denx.de>
7 lines
78 B
Text
7 lines
78 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/ {
|
|
aliases {
|
|
mmc0 = &usdhc3;
|
|
};
|
|
};
|