]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
integrator: stop zeroing the gd flags
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 21 Apr 2015 13:35:59 +0000 (15:35 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:30:14 +0000 (22:30 +0200)
commit5c694865046753aff446a1f2f73fd17de73ab065
tree166fc8ecdc8f726d262cc0cc5dd77b3b2a244dda
parentfc20d48ee0b8baeb9d2db3ff82099a0454b30fe9
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