Skip to content
Commit b1fbc20e authored by Sam Edwards's avatar Sam Edwards Committed by Andre Przywara
Browse files

sunxi: psci: stop modeling register layout with C structs



Since the sunxi support nowadays generally prefers #defined register
offsets instead of modeling register layouts using C structs, now is a
good time to do this for PSCI as well. This patch moves away from using
the structs `sunxi_cpucfg_reg` and `sunxi_prcm_reg` in psci.c.

The former struct and its associated header file existed only to support
PSCI code, so also delete them altogether.

Signed-off-by: default avatarSam Edwards <CFSworks@gmail.com>
Reviewed-by: default avatarAndre Przywara <andre.przywara@arm.com>
parent 3f31c6f1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment