[U-Boot] [PATCH v2 2/2] arm: dts: ficus: Enable booting from eMMC when using SPL

Peter Robinson pbrobinson at gmail.com
Mon Aug 5 14:39:34 UTC 2019


On Mon, Aug 5, 2019 at 1:55 PM Kever Yang <kever.yang at rock-chips.com> wrote:
>
>
> On 2019/7/29 下午9:52, Manivannan Sadhasivam wrote:
> > This commits enables booting from eMMC when using SPL on 96Boards
> > Ficus board by adding SDHCI to boot order. Since the SDHCI driver
> > already has the reloc flag, this works straightaway. While we are at it,
> > let's also include the common u-boot dtsi for rk3399.
> >
> > Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam at linaro.org>
>
>
> Reviewed-by: Kever Yang <kever.yang at rock-chips.com>

Tested-by: Peter Robinson <pbrobinson at gmail.com>

> Thanks,
> - Kever
> > ---
> >
> > Changes in v2:
> >
> > * Moved the change to <board>-u-boot.dtsi as spotted by Peter.
> >
> >   arch/arm/dts/rk3399-ficus-u-boot.dtsi | 7 +++++++
> >   1 file changed, 7 insertions(+)
> >
> > diff --git a/arch/arm/dts/rk3399-ficus-u-boot.dtsi b/arch/arm/dts/rk3399-ficus-u-boot.dtsi
> > index eab86bdb30..f3f7aa7c45 100644
> > --- a/arch/arm/dts/rk3399-ficus-u-boot.dtsi
> > +++ b/arch/arm/dts/rk3399-ficus-u-boot.dtsi
> > @@ -3,4 +3,11 @@
> >    * Copyright (C) 2019 Jagan Teki <jagan at amarulasolutions.com>
> >    */
> >
> > +#include "rk3399-u-boot.dtsi"
> >   #include "rk3399-sdram-ddr3-1600.dtsi"
> > +
> > +/ {
> > +     chosen {
> > +             u-boot,spl-boot-order = &sdhci, &sdmmc;
> > +     };
> > +};
>
>


More information about the U-Boot mailing list