Skip to content

Commit

Permalink
rockchip: dts: rk3399-firefly: move u-boot, spl-boot-order to to the …
Browse files Browse the repository at this point in the history
…u-boot.dtsi

The u-boot specific device tree directives should be in u-boot.dtsi

Signed-off-by: Peter Robinson <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
  • Loading branch information
nullr0ute authored and keveryang committed Nov 17, 2019
1 parent e7505d0 commit 267b6ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions arch/arm/dts/rk3399-firefly-u-boot.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
};
1 change: 0 additions & 1 deletion arch/arm/dts/rk3399-firefly.dts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

chosen {
stdout-path = &uart2;
u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
};

backlight: backlight {
Expand Down

0 comments on commit 267b6ad

Please sign in to comment.