commit | e6296327d1c7ca4b950584a1f5a174e44a3a5f37 | [log] [tgz] |
---|---|---|
author | Peter Griffin <peter.griffin@linaro.org> | Thu Sep 10 21:55:15 2015 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Sep 28 10:48:22 2015 -0400 |
tree | dd328680c6d064343ee0c2a71a12088f8f5e27e7 | |
parent | 9ab57f4eb57ce45c9fb40d0e5198de1ea2947f4e [diff] |
ARM: hikey: Remove resetting gd->flags in board_init() This causes exceptions and other strange behaviour when enabling CONFIG_SYS_MALLOC_F_LEN which is required to migrate the serial driver over to DM_SERIAL. As GD_FLG_FULL_MALLOC_INIT flag gets reset, after relocation we don't end up using the full malloc which ultimately ends up causing a synchronus abort. Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>