Re: [U-Boot] [PATCH v3 1/1] ARM: opos6ul: make the board boot again

2018-09-20 Thread Sébastien Szymanski
Hello, On 09/06/2018 03:57 PM, Stefano Babic wrote: > On 06/09/2018 09:51, Sébastien Szymanski wrote: >> Commit 9faa43c4b5e5 ("ARM: dts: i.MX6UL: U-Boot specific dts for u-boot, >> dm-spl") removes the u-boot,dm-spl properties from the imx6ul.dtsi file >> and breaks the OPOS6UL board. >> Add the u

Re: [U-Boot] [PATCH v3 1/1] ARM: opos6ul: make the board boot again

2018-09-06 Thread Stefano Babic
On 06/09/2018 09:51, Sébastien Szymanski wrote: > Commit 9faa43c4b5e5 ("ARM: dts: i.MX6UL: U-Boot specific dts for u-boot, > dm-spl") removes the u-boot,dm-spl properties from the imx6ul.dtsi file > and breaks the OPOS6UL board. > Add the u-boot,dm-spl properties into *-u-boot.dts files to make the

Re: [U-Boot] [PATCH v3 1/1] ARM: opos6ul: make the board boot again

2018-09-06 Thread Tom Rini
On Thu, Sep 06, 2018 at 09:51:53AM +0200, Sébastien Szymanski wrote: > Commit 9faa43c4b5e5 ("ARM: dts: i.MX6UL: U-Boot specific dts for u-boot, > dm-spl") removes the u-boot,dm-spl properties from the imx6ul.dtsi file > and breaks the OPOS6UL board. > Add the u-boot,dm-spl properties into *-u-boot

[U-Boot] [PATCH v3 1/1] ARM: opos6ul: make the board boot again

2018-09-06 Thread Sébastien Szymanski
Commit 9faa43c4b5e5 ("ARM: dts: i.MX6UL: U-Boot specific dts for u-boot, dm-spl") removes the u-boot,dm-spl properties from the imx6ul.dtsi file and breaks the OPOS6UL board. Add the u-boot,dm-spl properties into *-u-boot.dts files to make the board boot again. Fixes: commit 9faa43c4b5e5 ("ARM: dt