Skip to content
Snippets Groups Projects
Commit 68907a0a authored by Kever Yang's avatar Kever Yang
Browse files

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: default avatarKever Yang <kever.yang@rock-chips.com>
parent 65ea919b
No related branches found
No related tags found
No related merge requests found
...@@ -16,11 +16,7 @@ ...@@ -16,11 +16,7 @@
chosen { chosen {
stdout-path = &uart2; stdout-path = &uart2;
}; u-boot,spl-boot-order = &spi_flash;
config {
u-boot,dm-pre-reloc;
u-boot,boot0 = &spi_flash;
}; };
firmware { firmware {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment