aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>2019-07-09 00:06:17 +0100
committerBryan O'Donoghue <bryan.odonoghue@linaro.org>2019-08-06 15:14:48 +0100
commitd4e5de4cd5f74775add5bc092b356a34783efcad (patch)
tree841ba5680ea3dd536f4015939ddac64ac0a0a738
parentb7c778dc5a4927e738156435ef4c3b3a6d5a0961 (diff)
imx7: imx_regs: Remove AIPS4 defintion
In the specification the area is marked as reserved not as AIPS4. Fix the error by subtracting the definition of AIPS4 now. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
-rw-r--r--plat/imx/imx7/include/imx_regs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/plat/imx/imx7/include/imx_regs.h b/plat/imx/imx7/include/imx_regs.h
index 99b4cbd9..1150f445 100644
--- a/plat/imx/imx7/include/imx_regs.h
+++ b/plat/imx/imx7/include/imx_regs.h
@@ -29,7 +29,6 @@
#define AIPS1_BASE 0x30000000 /* AIPS1 */
#define AIPS2_BASE 0x30400000 /* AIPS2 */
#define AIPS3_BASE 0x30800000 /* AIPS3 */
-#define AIPS4_BASE 0x30c00000 /* AIPS4 */
#define AIPS_NUM_BLOCKS 0x03
/* ARM peripherals like GIC */