]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
rockchip: rk3288-veyron: Migrate "u-boot, boot0" to "u-boot, spl-boot-order"
authorKever Yang <kever.yang@rock-chips.com>
Mon, 22 Jul 2019 11:59:29 +0000 (19:59 +0800)
committerKever Yang <kever.yang@rock-chips.com>
Mon, 29 Jul 2019 02:25:27 +0000 (10:25 +0800)
"u-boot,spl-boot-order" is more flexible and other rockchip SoCs
has convert to use it, migrate to use the new dts property.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3288-veyron.dtsi

index 916dd486de094f95358d5eac76dc9ee6ad98769c..8754043b9b37626dddd756b9a2e01371e09e5563 100644 (file)
 
        chosen {
                stdout-path = &uart2;
-       };
-
-       config {
-               u-boot,dm-pre-reloc;
-               u-boot,boot0 = &spi_flash;
+               u-boot,spl-boot-order = &spi_flash;
        };
 
        firmware {