Re: [U-Boot] beagle-bone fdt booting problem

2014-04-14 Thread Simon Glass
+Tom, Albert for this bug Hi Belisko, On 28 March 2014 03:40, Belisko Marek wrote: > Hello, > > On Thu, Mar 27, 2014 at 4:28 PM, Simon Glass wrote: > > Hi, > > > > On 26 March 2014 00:10, Belisko Marek wrote: > >> > >> Hi, > >> > >> I'm playing with fdt booting on beaglebone board. I'm using

Re: [U-Boot] beagle-bone fdt booting problem

2014-03-28 Thread Belisko Marek
Hello, On Thu, Mar 27, 2014 at 4:28 PM, Simon Glass wrote: > Hi, > > On 26 March 2014 00:10, Belisko Marek wrote: >> >> Hi, >> >> I'm playing with fdt booting on beaglebone board. I'm using latest >> u-boot git HEAD (2c072c958bb544c72f0e848375803dbd6971f022) + I've >> added to am335x_evm confing

Re: [U-Boot] beagle-bone fdt booting problem

2014-03-27 Thread Simon Glass
Hi, On 26 March 2014 00:10, Belisko Marek wrote: > Hi, > > I'm playing with fdt booting on beaglebone board. I'm using latest > u-boot git HEAD (2c072c958bb544c72f0e848375803dbd6971f022) + I've > added to am335x_evm confing : > #ifndef CONFIG_SPL_BUILD > #define CONFIG_OF_CONTROL > #define CONFI

[U-Boot] beagle-bone fdt booting problem

2014-03-26 Thread Belisko Marek
Hi, I'm playing with fdt booting on beaglebone board. I'm using latest u-boot git HEAD (2c072c958bb544c72f0e848375803dbd6971f022) + I've added to am335x_evm confing : #ifndef CONFIG_SPL_BUILD #define CONFIG_OF_CONTROL #define CONFIG_OF_SEPARATE #endif I took beaglebone devicetree from kernel. The