summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeenu Viswambharan <jeenu.viswambharan@arm.com>2016-10-11 11:43:04 +0100
committerJeenu Viswambharan <jeenu.viswambharan@arm.com>2016-10-11 11:45:14 +0100
commitec2653a742ebf8225acd5fd6166e4affd119345a (patch)
tree7adb6cfb2d44ff06b39755c93411ffeaa2e56595
parenta5a423100822c4b8c9982024c333460f0d019d82 (diff)
Docs: Rename duplicate title in porting guide
Fix one of the two titles that ended up being the same, although both describe different things. Change-Id: I66ecf369643709898ee4c014659d8f85c0480643
-rw-r--r--docs/porting-guide.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/porting-guide.md b/docs/porting-guide.md
index 93c0169a..8e913b90 100644
--- a/docs/porting-guide.md
+++ b/docs/porting-guide.md
@@ -8,7 +8,7 @@ Contents
2. [Common Modifications](#2--common-modifications)
* [Common mandatory modifications](#21-common-mandatory-modifications)
* [Handling reset](#22-handling-reset)
- * [Common mandatory modifications](#23-common-mandatory-modifications)
+ * [Common mandatory function modifications](#23-common-mandatory-function-modifications)
* [Common optional modifications](#24-common-optional-modifications)
3. [Boot Loader stage specific modifications](#3--modifications-specific-to-a-boot-loader-stage)
* [Boot Loader stage 1 (BL1)](#31-boot-loader-stage-1-bl1)
@@ -685,7 +685,7 @@ The function returns 0 on success. Any other value means the counter value could
not be updated.
-2.3 Common mandatory modifications
+2.3 Common mandatory function modifications
---------------------------------
The following functions are mandatory functions which need to be implemented