mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-21 20:14:29 +00:00
docs(porting): remove reference to xlat_table lib v1
Version 1 of the translation table library is deprecated. Refer to version 2 instead. Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com> Change-Id: I10a4ab7b346ea963345f82baff2deda267c5308d
This commit is contained in:
parent
93e1ad7f76
commit
24d0fbcddf
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ Common mandatory modifications
|
||||||
A platform port must enable the Memory Management Unit (MMU) as well as the
|
A platform port must enable the Memory Management Unit (MMU) as well as the
|
||||||
instruction and data caches for each BL stage. Setting up the translation
|
instruction and data caches for each BL stage. Setting up the translation
|
||||||
tables is the responsibility of the platform port because memory maps differ
|
tables is the responsibility of the platform port because memory maps differ
|
||||||
across platforms. A memory translation library (see ``lib/xlat_tables/``) is
|
across platforms. A memory translation library (see ``lib/xlat_tables_v2/``) is
|
||||||
provided to help in this setup.
|
provided to help in this setup.
|
||||||
|
|
||||||
Note that although this library supports non-identity mappings, this is intended
|
Note that although this library supports non-identity mappings, this is intended
|
||||||
|
|
Loading…
Add table
Reference in a new issue