[U-Boot] Patch: Fix device enumeration through API.

2012-02-22 Thread Tim Kientzle
The one-line patch below fixes device enumeration through the U-Boot API. Device enumeration crashes when the system in question doesn't have any RAM mapped to address zero (I discovered this on a BeagleBone board), since the enumeration calls get_dev with a NULL ifname sometimes which then gets p

Re: [U-Boot] Patch: Fix device enumeration through API.

2012-03-26 Thread Anatolij Gustschin
Hi Tim, Thanks for the patch. Please see some comments below. On Tue, 21 Feb 2012 22:34:35 -0800 Tim Kientzle wrote: > The one-line patch below fixes device enumeration through the > U-Boot API. > > Device enumeration crashes when the system in question doesn't > have any RAM mapped to address

Re: [U-Boot] Patch: Fix device enumeration through API.

2012-03-26 Thread Tim Kientzle
Hello, Anatolij, Thank you for your response. Modified patch below: On Mar 26, 2012, at 4:06 AM, Anatolij Gustschin wrote: > Hi Tim, > > Thanks for the patch. Please see some comments below. > > On Tue, 21 Feb 2012 22:34:35 -0800 > Tim Kientzle wrote: > >> The one-line patch below fixes de

Re: [U-Boot] Patch: Fix device enumeration through API.

2012-03-26 Thread Wolfgang Denk
Dear Tim Kientzle, please do not top post / full quote. Especially not when submitting patches. In message <2a2cb860-6bb6-46c5-b508-f7f97b1eb...@freebsd.org> you wrote: > Hello, Anatolij, > > Thank you for your response. Modified patch below: > > > On Mar 26, 2012, at 4:06 AM, Anatolij Gusts