17 lines
273 B
Plaintext
17 lines
273 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
#include "rk3588s-u-boot.dtsi"
|
|
#include "rk3588s-orangepi-5-u-boot.dtsi"
|
|
|
|
/ {
|
|
chosen {
|
|
u-boot,spl-boot-order = "same-as-spl", &sdmmc;
|
|
};
|
|
};
|
|
|
|
&binman {
|
|
simple-bin-spi {
|
|
filename = "u-boot-rockchip-spi-sata.bin";
|
|
};
|
|
};
|