commit | d017bcca997e9df1dea5977bd390b89c4170f873 | [log] [tgz] |
---|---|---|
author | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | Mon Oct 16 15:25:22 2017 +0100 |
committer | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | Tue Oct 17 10:44:10 2017 +0100 |
tree | 9e29028583ce0c7e967a65e50e584e1c1045c738 | |
parent | 73f1b9c832dbb0b969b239f5c6703a2216769e44 [diff] |
xlat: Define translation regime in AArch32 Previously, in AArch32, `IMAGE_XLAT_DEFAULT_REGIME` wasn't defined. The translation regime is only used in the AArch64 port of the translation tables library v2, so this is not a problem for now, but future patches will use it. `IMAGE_EL` isn't used in AArch32, so it isn't needed to define it. Change-Id: I4acdb01a58658956ab94bd82ed5b7fee1aa6ba90 Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>