mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-02 01:19:49 +00:00
c1ecd03d90
Switch to use binman to pack images Signed-off-by: Peng Fan <peng.fan@nxp.com>
12 lines
152 B
Text
12 lines
152 B
Text
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
|
|
#include "imx8mq-u-boot.dtsi"
|
|
|
|
&usdhc1 {
|
|
mmc-hs400-1_8v;
|
|
};
|
|
|
|
&usdhc2 {
|
|
sd-uhs-sdr104;
|
|
sd-uhs-ddr50;
|
|
};
|