mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 02:24:18 +00:00
Merge "fix(xlat): set MAX_PHYS_ADDR to total mapped physical region" into integration
This commit is contained in:
commit
d910b37039
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ int xlat_make_tables_readonly(void)
|
|||
* region. Therefore, in this case we have to assume that the whole address
|
||||
* space size might be mapped.
|
||||
*/
|
||||
#ifdef PLAT_XLAT_TABLES_DYNAMIC
|
||||
#if PLAT_XLAT_TABLES_DYNAMIC
|
||||
#define MAX_PHYS_ADDR tf_xlat_ctx.pa_max_address
|
||||
#else
|
||||
#define MAX_PHYS_ADDR tf_xlat_ctx.max_pa
|
||||
|
|
Loading…
Add table
Reference in a new issue