diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2019-07-22 19:59:29 +0800 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2019-07-29 10:25:27 +0800 |
commit | 68907a0a58fd8299b18c01e2e3445d90fee85a3d (patch) | |
tree | 24338735060160b28212871dbd322998f324d24d /arch/arm/dts | |
parent | 65ea919bf78824634911c47668fb7e4f366febc4 (diff) | |
download | u-boot-68907a0a58fd8299b18c01e2e3445d90fee85a3d.tar.gz |
rockchip: rk3288-veyron: Migrate "u-boot, boot0" to "u-boot, spl-boot-order"
"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>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r-- | arch/arm/dts/rk3288-veyron.dtsi | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/dts/rk3288-veyron.dtsi b/arch/arm/dts/rk3288-veyron.dtsi index 916dd486de..8754043b9b 100644 --- a/arch/arm/dts/rk3288-veyron.dtsi +++ b/arch/arm/dts/rk3288-veyron.dtsi @@ -16,11 +16,7 @@ chosen { stdout-path = &uart2; - }; - - config { - u-boot,dm-pre-reloc; - u-boot,boot0 = &spi_flash; + u-boot,spl-boot-order = &spi_flash; }; firmware { |