diff options
author | Stephen Lawrence <stephen.lawrence@renesas.com> | 2020-02-07 16:21:22 +0000 |
---|---|---|
committer | Stephen Lawrence <stephen.lawrence@renesas.com> | 2020-02-07 16:21:22 +0000 |
commit | ceb3da38b9e6b5879c276263c2a50edcb30c7b19 (patch) | |
tree | cf6aed892fcd47eaec049182f1ac334e4ee08cd4 /README.md | |
parent | 87ebea7e5ec96558bd2c9688fecd9b3b2d8e2a3d (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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |