summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorStephen Lawrence <stephen.lawrence@renesas.com>2020-02-07 16:21:22 +0000
committerStephen Lawrence <stephen.lawrence@renesas.com>2020-02-07 16:21:22 +0000
commitceb3da38b9e6b5879c276263c2a50edcb30c7b19 (patch)
treecf6aed892fcd47eaec049182f1ac334e4ee08cd4 /README.md
parent87ebea7e5ec96558bd2c9688fecd9b3b2d8e2a3d (diff)
README.md: correct boards.yaml syntax for ser2net_options
Add missing ':' to syntax for 'ser2net_options' in boards.yaml doc. Signed-off-by: Stephen Lawrence <stephen.lawrence@renesas.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e2d531c..6013400 100644
--- a/README.md
+++ b/README.md
@@ -328,7 +328,7 @@ boards:
interfacenum: (optional) The interfacenumber of the serial. (Used with two serial in one device)
use_conmux: True/False (Use conmux-console instead of ser2net)
use_ser2net: True/False (Deprecated, ser2net is the default uart handler)
- ser2net_options (optional) A list of ser2net options to add
+ ser2net_options: (optional) A list of ser2net options to add
- option1
- option2
use_screen: True/False (Use screen via ssh instead of ser2net)