From 688a216a1a4f2d02dd7e296c788ced74f4dcc0ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20B=C3=B8e?= Date: Fri, 26 Jan 2018 13:35:33 +0100 Subject: [PATCH] zephyr: hello-world: Remove documentaiton for non-existant feature MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The documentation claims that one can place per-board overlay files in the boards/ directory. But no such support has been implemented. Signed-off-by: Sebastian Bøe --- samples/zephyr/hello-world/boards/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/zephyr/hello-world/boards/README.rst b/samples/zephyr/hello-world/boards/README.rst index efa236d8..615c06ef 100644 --- a/samples/zephyr/hello-world/boards/README.rst +++ b/samples/zephyr/hello-world/boards/README.rst @@ -1,2 +1,2 @@ -You can place per-board configuration and device tree overlays -here. See the comments in the CMakeLists.txt for more information. +You can place per-board configuration here. See the comments in the +CMakeLists.txt for more information.