[U-Boot] [PATCH] rockchip: dts: rk3399: Add 'same-as-spl' for Rock PI 4
Kever Yang
kever.yang at rock-chips.com
Tue Jul 16 13:28:17 UTC 2019
On 2019/7/16 下午4:04, Andy Yan wrote:
> Let the board continue boot from the storage device where
> it bootup.
>
> Signed-off-by: Andy Yan <andy.yan at rock-chips.com>
Reviewed-by: Kever Yang <Kever.yang at rock-chips.com>
Thanks,
- Kever
> ---
>
> arch/arm/dts/rk3399-rock-pi-4-u-boot.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/dts/rk3399-rock-pi-4-u-boot.dtsi b/arch/arm/dts/rk3399-rock-pi-4-u-boot.dtsi
> index 30f2b5f479..f8d8e33383 100644
> --- a/arch/arm/dts/rk3399-rock-pi-4-u-boot.dtsi
> +++ b/arch/arm/dts/rk3399-rock-pi-4-u-boot.dtsi
> @@ -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;
> };
> };
More information about the U-Boot
mailing list