[U-Boot] [PATCH] rockchip: dts: rk3328: rock64: Add same-as-spl order【请注意,邮件由u-boot-bounces at lists.denx.de代发】 order
Kever Yang
kever.yang at rock-chips.com
Mon Oct 14 09:52:37 UTC 2019
On 2019/10/9 上午1:59, Emmanuel Vadot wrote:
> 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 <manu at freebsd.org>
Reviewed-by: Kever Yang<kever.yang at rock-chips.com>
Thanks,
- Kever
> ---
> arch/arm/dts/rk3328-rock64-u-boot.dtsi | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm/dts/rk3328-rock64-u-boot.dtsi b/arch/arm/dts/rk3328-rock64-u-boot.dtsi
> index 1d441f7124..e5946d2d2d 100644
> --- a/arch/arm/dts/rk3328-rock64-u-boot.dtsi
> +++ b/arch/arm/dts/rk3328-rock64-u-boot.dtsi
> @@ -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";
More information about the U-Boot
mailing list