diff options
author | danh-arm <dan.handley@arm.com> | 2015-12-09 10:41:08 +0000 |
---|---|---|
committer | danh-arm <dan.handley@arm.com> | 2015-12-09 10:41:08 +0000 |
commit | 4ca473db0d60c7b3e67c7ebd5096e41f3dc45bf2 (patch) | |
tree | 2465dcd7d4c6bee4c9f9ec7c3ef17c71221b3ca3 /include/plat/arm/common/arm_config.h | |
parent | 8d297cc94312c52b5104235fcdc4127ecef6d1af (diff) | |
parent | 63b8440fcc3954817e20d3ba7a0be74435a284d2 (diff) |
Merge pull request #456 from soby-mathew/sm/gicv3-tsp-plat-changes-v2
Modify TSP and ARM standard platforms for new GIC drivers v2
Diffstat (limited to 'include/plat/arm/common/arm_config.h')
-rw-r--r-- | include/plat/arm/common/arm_config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/plat/arm/common/arm_config.h b/include/plat/arm/common/arm_config.h index 0b161276..24c1f0a1 100644 --- a/include/plat/arm/common/arm_config.h +++ b/include/plat/arm/common/arm_config.h @@ -42,12 +42,6 @@ enum arm_config_flags { }; typedef struct arm_config { - uintptr_t gicd_base; - uintptr_t gicc_base; - uintptr_t gich_base; - uintptr_t gicv_base; - unsigned int max_aff0; - unsigned int max_aff1; unsigned long flags; } arm_config_t; |