Re: [U-Boot] [PATCH v3 2/2] sifive: fu540: Enable OF_SEPARATE

2019-11-11 Thread Andreas Schwab
On Nov 09 2019, Jagan Teki wrote: > diff --git a/doc/board/sifive/fu540.rst b/doc/board/sifive/fu540.rst > index 7807f5b2c1..91b94ee06f 100644 > --- a/doc/board/sifive/fu540.rst > +++ b/doc/board/sifive/fu540.rst > @@ -58,7 +58,7 @@ firmware. We need to compile OpenSBI with below command: > >

[U-Boot] [PATCH v3 2/2] sifive: fu540: Enable OF_SEPARATE

2019-11-09 Thread Jagan Teki
Use dts support from U-Boot via OF_SEPARATE instead of depending from opensbi. This would help to make the necessary changes in drivers and device trees in U-Boot tree itself. This feature would also be helpful to not pass dtb during opensbi builds. Signed-off-by: Jagan Teki --- Changes for v3: