mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-15 07:43:07 +00:00
13 lines
184 B
Text
13 lines
184 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* Copyright 2023 Google, Inc
|
||
|
*/
|
||
|
|
||
|
#include "rk3588-u-boot.dtsi"
|
||
|
|
||
|
/ {
|
||
|
chosen {
|
||
|
u-boot,spl-boot-order = "same-as-spl", &sdmmc, &sdhci;
|
||
|
};
|
||
|
};
|