mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
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>
This commit is contained in:
parent
65ea919bf7
commit
68907a0a58
1 changed files with 1 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue