diff --git a/docs/getting_started/porting-guide.rst b/docs/getting_started/porting-guide.rst index b9ccdb094..21e02899b 100644 --- a/docs/getting_started/porting-guide.rst +++ b/docs/getting_started/porting-guide.rst @@ -54,7 +54,7 @@ Common mandatory modifications 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 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. Note that although this library supports non-identity mappings, this is intended