aboutsummaryrefslogtreecommitdiff
path: root/Documentation/arm/tcm.rst
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2011-06-30 14:33:48 +0200
committerLinus Walleij <linus.walleij@linaro.org>2020-04-14 10:48:46 +0200
commit01a19e1b9a0521c42bcb85fbeeb557a2285758f0 (patch)
treebb6a324824b3e7580c60484fa8a3c5dc6f74ec7a /Documentation/arm/tcm.rst
parent8f3d9f354286745c751374f5f1fcafee6b3f3136 (diff)
ARM TCM sample codetcm
This is a simple sample snippet of ARM TCM code use, we create arm/test to host the code. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation/arm/tcm.rst')
-rw-r--r--Documentation/arm/tcm.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/arm/tcm.rst b/Documentation/arm/tcm.rst
index b256f9783883..535d4de0a2f4 100644
--- a/Documentation/arm/tcm.rst
+++ b/Documentation/arm/tcm.rst
@@ -159,3 +159,6 @@ Example code::
tcm_free(tcmem, 20);
}
}
+
+Example code can be found in the samples/arm_tcm directory of the kernel
+tree, and can be compiled in using menuconfig.