Re: [U-Boot] AM3517 SPL fails with CONFIG_DM enabled

2019-05-15 Thread Alex Kiernan
On Wed, May 15, 2019 at 7:43 PM Adam Ford wrote: > > On Wed, May 15, 2019 at 1:25 PM Simon Goldschmidt > wrote: > > > > Am 15.05.2019 um 20:12 schrieb Adam Ford: > > > I am trying to add DM support in SPL along with device tree support > > > similar to how it's being done for the omap3_logic boar

Re: [U-Boot] AM3517 SPL fails with CONFIG_DM enabled

2019-05-15 Thread Simon Goldschmidt
Am 15.05.2019 um 20:43 schrieb Adam Ford: On Wed, May 15, 2019 at 1:25 PM Simon Goldschmidt wrote: Am 15.05.2019 um 20:12 schrieb Adam Ford: I am trying to add DM support in SPL along with device tree support similar to how it's being done for the omap3_logic boards. Unfortunately, I think so

Re: [U-Boot] AM3517 SPL fails with CONFIG_DM enabled

2019-05-15 Thread Adam Ford
On Wed, May 15, 2019 at 1:25 PM Simon Goldschmidt wrote: > > Am 15.05.2019 um 20:12 schrieb Adam Ford: > > I am trying to add DM support in SPL along with device tree support > > similar to how it's being done for the omap3_logic boards. > > Unfortunately, I think something is going wrong in the i

Re: [U-Boot] AM3517 SPL fails with CONFIG_DM enabled

2019-05-15 Thread Simon Goldschmidt
Am 15.05.2019 um 20:12 schrieb Adam Ford: I am trying to add DM support in SPL along with device tree support similar to how it's being done for the omap3_logic boards. Unfortunately, I think something is going wrong in the initialization with CONFIG_DM enabled for SPL because I get no text data,

[U-Boot] AM3517 SPL fails with CONFIG_DM enabled

2019-05-15 Thread Adam Ford
I am trying to add DM support in SPL along with device tree support similar to how it's being done for the omap3_logic boards. Unfortunately, I think something is going wrong in the initialization with CONFIG_DM enabled for SPL because I get no text data, and it doesn't appear to boot. I tried ena