[PATCH rtems-docs] user/raspberrypi: Fix typo

G S Niteesh Babu niteesh.gs at gmail.com
Mon Mar 16 14:42:06 UTC 2020


enable-uart should be enable_uart in config.txt
---
 user/bsps/arm/raspberrypi.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user/bsps/arm/raspberrypi.rst b/user/bsps/arm/raspberrypi.rst
index 72889a5..c26f4b5 100644
--- a/user/bsps/arm/raspberrypi.rst
+++ b/user/bsps/arm/raspberrypi.rst
@@ -46,7 +46,7 @@ Make sure you have these lines below, in your ``config.txt``.
 
 .. code-block:: none
 
-     enable-uart=1
+     enable_uart=1
      kernel_address=0x200000
      kernel=kernel.img
 
-- 
2.17.1



More information about the devel mailing list