aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDimitris Papastamos <dimitris.papastamos@arm.com>2019-03-07 09:57:28 +0000
committerGitHub <noreply@github.com>2019-03-07 09:57:28 +0000
commit534fdec44beb43c1add9c46aea375f602a905094 (patch)
tree722ba1bbf7425e7f5078cdd02d90d5c915f6e1b4 /docs
parentf009c5f312476cdfc0704a3c8a9c66b7fe5b6586 (diff)
parent3d20bf716b6e2305919e0d3c2cc1f0e2b0652d8d (diff)
downloadplatform_external_arm-trusted-firmware-534fdec44beb43c1add9c46aea375f602a905094.tar.gz
platform_external_arm-trusted-firmware-534fdec44beb43c1add9c46aea375f602a905094.tar.bz2
platform_external_arm-trusted-firmware-534fdec44beb43c1add9c46aea375f602a905094.zip
Merge pull request #1860 from pbeesley-arm/pb/todo-cleanup
doc: Remove todo from example code
Diffstat (limited to 'docs')
-rw-r--r--docs/firmware-design.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/firmware-design.rst b/docs/firmware-design.rst
index 266de2795..9e206dc0f 100644
--- a/docs/firmware-design.rst
+++ b/docs/firmware-design.rst
@@ -2031,7 +2031,6 @@ accessed by multiple CPUs, either with caches enabled or disabled.
/*
* Index of the parent power domain node.
- * TODO: Figure out whether to whether using pointer is more efficient.
*/
unsigned int parent_node;