[U-Boot] [PATCH 0/1] Fix ethernet regression on pcm051

2013-09-25 Thread Lars Poeschel
From: Lars Poeschel I compiled and tried v2013.10-rc2 on pcm051 and it fails booting over tftp. I could bisect 2bf36ac638ab2db9f0295aa47064976eeebf80c1 as the cause of the problem. It moves bd_ram_ofs from the cpsw driver to the board files. Adding the bd_ram_ofs to the board file of pcm051 fixes

Re: [U-Boot] [PATCH 0/1] Fix ethernet regression on pcm051

2013-09-26 Thread Mugunthan V N
On 9/25/2013 5:21 AM, Lars Poeschel wrote: > From: Lars Poeschel > > I compiled and tried v2013.10-rc2 on pcm051 and it fails booting over > tftp. I could bisect 2bf36ac638ab2db9f0295aa47064976eeebf80c1 as the > cause of the problem. It moves bd_ram_ofs from the cpsw driver to the > board files. A

Re: [U-Boot] [PATCH 0/1] Fix ethernet regression on pcm051

2013-09-27 Thread Enric Balletbo Serra
Hi Lars, 2013/9/26 Mugunthan V N : > On 9/25/2013 5:21 AM, Lars Poeschel wrote: >> From: Lars Poeschel >> >> I compiled and tried v2013.10-rc2 on pcm051 and it fails booting over >> tftp. I could bisect 2bf36ac638ab2db9f0295aa47064976eeebf80c1 as the >> cause of the problem. It moves bd_ram_ofs f