blob: 191ec988c459c45354d86175e5914f356b7c6943 [file] [log] [blame]
Tom Fitzhenry1463ea42023-10-24 01:22:22 +11001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2023 Google, Inc
4 */
5
6#include "rk3588-u-boot.dtsi"
7
8/ {
9 chosen {
10 u-boot,spl-boot-order = "same-as-spl", &sdmmc, &sdhci;
11 };
12};