Re: [U-Boot] [PATCH V2 2/2] malloc: remove !gd handling

2016-03-06 Thread Simon Glass
On 5 March 2016 at 10:30, Stephen Warren wrote: > Following the previous patch, malloc() is never called before gd is set, > so we can remove the special-case check for this condition. > > This reverts commit 854d2b9753e4 "dlmalloc: ensure gd is set for early > alloc". > > Cc: Rabin Vincent > Sig

Re: [U-Boot] [PATCH V2 2/2] malloc: remove !gd handling

2016-03-05 Thread Tom Rini
On Sat, Mar 05, 2016 at 10:30:53AM -0700, Stephen Warren wrote: > Following the previous patch, malloc() is never called before gd is set, > so we can remove the special-case check for this condition. > > This reverts commit 854d2b9753e4 "dlmalloc: ensure gd is set for early > alloc". > > Cc: Ra