linux: fix typo in BR2_LINUX_KERNEL_CUSTOM_DTS_PATH in the help text

"Path to to out-of-tree..." -> "Path to the out-of-tree..."

Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2021.11.x
Sébastien Szymanski 2021-11-22 16:18:13 +01:00 committed by Peter Korsgaard
parent 98372c5444
commit 8f3e2a6678
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ config BR2_LINUX_KERNEL_INTREE_DTS_NAME
config BR2_LINUX_KERNEL_CUSTOM_DTS_PATH
string "Out-of-tree Device Tree Source file paths"
help
Path to to out-of-tree device tree source files.
Path to the out-of-tree device tree source files.
You can provide a list of dts paths to copy and
build, separated by spaces.