mirror of
https://xff.cz/git/u-boot/
synced 2025-09-13 06:32:09 +02:00
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>
This commit is contained in:
committed by
Kever Yang
parent
e7505d06bd
commit
267b6adf63
@@ -5,3 +5,9 @@
|
|||||||
|
|
||||||
#include "rk3399-u-boot.dtsi"
|
#include "rk3399-u-boot.dtsi"
|
||||||
#include "rk3399-sdram-ddr3-1600.dtsi"
|
#include "rk3399-sdram-ddr3-1600.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
chosen {
|
||||||
|
u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
@@ -14,7 +14,6 @@
|
|||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
stdout-path = &uart2;
|
stdout-path = &uart2;
|
||||||
u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
backlight: backlight {
|
backlight: backlight {
|
||||||
|
Reference in New Issue
Block a user