integrator: stop zeroing the gd flags
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 21 Apr 2015 13:35:59 +0000 (15:35 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 23 Apr 2015 12:52:27 +0000 (08:52 -0400)
commitab93bf063bad1f82ccc727c55b8e2133a97c81f1
tree9d3c27daaa8fe913d7a78c08d16fabd7e64d9214
parentf39ff195af12d10b508d76830ab0db531dce863e
integrator: stop zeroing the gd flags

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 <yamada.masahiro@socionext.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Simon Glass <sjg@chromium.org>
board/armltd/integrator/integrator.c