commit | bcca6c6366cf065024be1daec58a89b09030b5d7 | [log] [tgz] |
---|---|---|
author | Roberto Vargas <roberto.vargas@arm.com> | Mon Jun 11 16:15:35 2018 +0100 |
committer | Roberto Vargas <roberto.vargas@arm.com> | Mon Jun 18 13:51:21 2018 +0100 |
tree | 87fcec4cab4dd3f642c5149897afdb72fde00417 | |
parent | cd1e07c9b2c329a3659b0ce6adc8c3323f69a999 [diff] |
Move mem-protect definitions to board specific files Having these definitions in board_arm_def.h forces to all the arm platforms to use the same definition for PLAT_ARM_MEM_PROT_ADDR. This macro also enables the mem-protect mechanism, which means that all the arm platform has enabled mem-protect and they cannot get rid of it. Change-Id: Id29d2c51cbe6edc15f010a9f5a20c42266c48a08 Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>