commit | 7439b4399b14242e6c41b86734baa3fe31c4517f | [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 | 4861be7e68e6cf1359389837be174dbb40d07533 [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>