summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Santos <unixmania@gmail.com>2020-05-31 12:25:44 -0300
committerWaldemar Brodkorb <wbx@openadk.org>2020-06-06 18:05:20 +0200
commitcb779de12a69ed715ed79e12146736aceac0a98b (patch)
treeaf68f6df9603b6be8c6138ed137773b630e843e9
parent5532d73b943dd2819ffdbc9b818a51963a7ed7fb (diff)
docs: fix spelling in "adding boards" section
"you should depends" -> "you should depend" Signed-off-by: Carlos Santos <unixmania@gmail.com>
-rw-r--r--docs/adding-boards.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/adding-boards.txt b/docs/adding-boards.txt
index df102a5e6..5f50df702 100644
--- a/docs/adding-boards.txt
+++ b/docs/adding-boards.txt
@@ -44,7 +44,7 @@ in OpenADK, you need to port it first.
The hardware capabilities are optional. (f.e. ADK_TARGET_WITH_SD), but
required when you configure the driver configuration later.
-For architectures with a choice for endianess you should depends on either
+For architectures with a choice for endianess you should depend on either
ADK_TARGET_LITTLE_ENDIAN or ADK_TARGET_BIG_ENDIAN.
If the CPU type like in this example ADK_TARGET_CPU_ARM_CORTEX_A7 is not yet available