Skip to content

Commit

Permalink
rockchip: dts: rk3328: rock64: Add same-as-spl order
Browse files Browse the repository at this point in the history
rk3328 can use same-as-spl option so next loaders are loaded from the same
medium.
Add the boot order in the rock64 dts otherwise booting from sdcard
will result in u-boot looking into the eMMC.

Signed-off-by: Emmanuel Vadot <[email protected]>
Reviewed-by: Peter Robinson <[email protected]>
Tested-by: Peter Robinson <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
  • Loading branch information
evadot authored and keveryang committed Nov 10, 2019
1 parent 2cbdb6e commit b5500b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/dts/rk3328-rock64-u-boot.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@

#include "rk3328-u-boot.dtsi"
#include "rk3328-sdram-lpddr3-1600.dtsi"
/ {
chosen {
u-boot,spl-boot-order = "same-as-spl", &sdmmc, &emmc;
};
};

&usb_host0_xhci {
status = "okay";
Expand Down

0 comments on commit b5500b2

Please sign in to comment.