commit | 8793e2c088180c19b7e14aa8781f585e3611804a | [log] [tgz] |
---|---|---|
author | Julius Werner <jwerner@chromium.org> | Mon Aug 24 18:34:38 2020 -0700 |
committer | Julius Werner <jwerner@chromium.org> | Mon Aug 24 18:38:47 2020 -0700 |
tree | 9226fa7c2be4dc1bb09127b0214a0bac4ae6ae0a | |
parent | fcdc2c26cb9dcc14c3d1e6972ebadd3a7a85055f [diff] |
qti/sc7180: Fix GIC-600 support setting The patch adding platform support for sc7180 landed around roughly the same time as the patch that changed GICV3_IMPL to GICV3_SUPPORT_GIC600. Thus the sc7180 Makefile is still using the old variable name which now no longer does anything, and it hangs on boot due to the lacking GIC-600 support. This patch fixes the issue. Signed-off-by: Julius Werner <jwerner@chromium.org> Change-Id: Id76ada1445c3c5ac9a5a3697b4e749088b89d796