Re: [U-Boot] [PATCH 1/2] integrator: stop zeroing the gd flags

2015-04-21 Thread Simon Glass
On 21 April 2015 at 07:35, Linus Walleij wrote: > This assignment conflicts with code that add flags with > gd->flags |= FOO prior to the execution of this function. > Seems like a historical artifact and creates bugs with > early alloc(). > > Cc: Masahiro Yamada > Signed-off-by: Linus Walleij >

[U-Boot] [PATCH 1/2] integrator: stop zeroing the gd flags

2015-04-21 Thread Linus Walleij
This assignment conflicts with code that add flags with gd->flags |= FOO prior to the execution of this function. Seems like a historical artifact and creates bugs with early alloc(). Cc: Masahiro Yamada Signed-off-by: Linus Walleij --- board/armltd/integrator/integrator.c | 2 -- 1 file change