mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
14 lines
189 B
Text
14 lines
189 B
Text
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
|
||
|
#include "rv1126-u-boot.dtsi"
|
||
|
|
||
|
/ {
|
||
|
chosen {
|
||
|
u-boot,spl-boot-order = "same-as-spl", &sdmmc, &emmc;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&sdio {
|
||
|
status = "disabled";
|
||
|
};
|