rockchip: dts: rk3399: Add 'same-as-spl' for Rock PI 4

Let the board continue boot from the storage device where
it bootup.

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Reviewed-by: Kever Yang <Kever.yang@rock-chips.com>
This commit is contained in:
Andy Yan 2019-07-16 16:04:53 +08:00 committed by Kever Yang
parent 9317297957
commit 214c65aa01

View File

@ -6,6 +6,6 @@
#include "rk3399-u-boot.dtsi"
/ {
chosen {
u-boot,spl-boot-order = &sdhci, &sdmmc;
u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
};
};