commit | a3f4a85c6ddd585ecd9d89a8c970c6c5990a3605 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Tue Apr 21 15:35:59 2015 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 23 08:52:27 2015 -0400 |
tree | 9d3c27daaa8fe913d7a78c08d16fabd7e64d9214 | |
parent | 06772b6f025a4ec09f44348d1e810fb9ba412606 [diff] |
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>