allwinner: security: Fix SPC guard
The "#ifdef SUNXI_SPC_BASE" guard was meant to allow the build on SoCs
without a Secure Peripherals Controller, so that we skip that part of
the security setup. But in the current position this will trigger a
warning about an unused variable.

Simply move the guard one line up to cover the variable as well.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
1 parent 27f9616 commit 88aa5c43934359081b7e994dc539e7d9eefa4e2f
@Andre Przywara Andre Przywara authored on 21 Jun 2018
Showing 1 changed file
View
plat/allwinner/common/sunxi_security.c