diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2019-11-09 20:30:07 +0000 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2019-11-17 17:22:53 +0800 |
commit | 267b6adf635989d69fc8703ddfce9f7e8be343be (patch) | |
tree | cbbfa1d552b055dec5a6282c16a8ae0bda08cf84 /arch/arm/dts/rk3399-firefly-u-boot.dtsi | |
parent | e7505d06bd6f643f25168d3a7b6bdd8bb5a2da8a (diff) |
rockchip: dts: rk3399-firefly: move u-boot, spl-boot-order to to the u-boot.dtsi
The u-boot specific device tree directives should be in u-boot.dtsi
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'arch/arm/dts/rk3399-firefly-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/rk3399-firefly-u-boot.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3399-firefly-u-boot.dtsi b/arch/arm/dts/rk3399-firefly-u-boot.dtsi index 67b63a8352..38e0897db9 100644 --- a/arch/arm/dts/rk3399-firefly-u-boot.dtsi +++ b/arch/arm/dts/rk3399-firefly-u-boot.dtsi @@ -5,3 +5,9 @@ #include "rk3399-u-boot.dtsi" #include "rk3399-sdram-ddr3-1600.dtsi" + +/ { + chosen { + u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc; + }; +}; |