Elon Zhang | 7efb63e | 2024-03-11 11:57:33 +0800 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
2 | /* | ||||
3 | * Copyright (c) 2024 Rockchip Electronics Co., Ltd. | ||||
4 | */ | ||||
5 | |||||
6 | #include "rk3588-u-boot.dtsi" | ||||
7 | |||||
8 | / { | ||||
9 | chosen { | ||||
10 | u-boot,spl-boot-order = "same-as-spl", &sdhci; | ||||
11 | }; | ||||
12 | }; |