commit | a327a0ef63aaf625bab82f5442e96c36229d3557 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@wwwdotorg.org> | Fri Apr 01 21:14:14 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 11 12:44:38 2016 -0400 |
tree | f8129b96b541a4fd7febb46dddfe79b641b3e723 | |
parent | 912a24618e9cbe111865f2546bcc0244e8d734f0 [diff] |
ARM: allow CONFIG_GICV* not to be defined There are ARM SoCs (such as the BCM2837) do not contain an ARM GIC. Fix the ARMv8 CPU startup code to compile in this case. Signed-off-by: Stephen Warren <swarren@wwwdotorg.org> Reviewed-by: Tom Rini <trini@konsulko.com>