commit | b8cda662ffa6626c56876b4e23518e1452cd57c2 | [log] [tgz] |
---|---|---|
author | Sham Muthayyan <smuthayy@codeaurora.org> | Mon Aug 29 20:32:26 2016 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Sep 28 00:37:13 2016 -0700 |
tree | acec626d092d5c54b471abc1c3bff4cd3bad699e | |
parent | 8d3d5c2071e61277b12f3a98d4a8d8197619617a [diff] |
qcom: ipq: Fix relocation global data size The board goes into hung state when the GD_SIZE more than GENERATED_GLOBAL_DATA_SIZE. In this case, the stack poninter address will be pointing to the unknown address which leads to hung state. Fixed the hung state to point to correct address. Change-Id: I0efc807ca07c16ae0b79ea6c606fde931f02a220 Signed-off-by: Sham Muthayyan <smuthayy@codeaurora.org>