This commit removes spaces in config.txt which made it invalid.
---
 user/bsps/aarch64/raspberrypi4.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user/bsps/aarch64/raspberrypi4.rst 
b/user/bsps/aarch64/raspberrypi4.rst
index efb09b6..ad817aa 100644
--- a/user/bsps/aarch64/raspberrypi4.rst
+++ b/user/bsps/aarch64/raspberrypi4.rst
@@ -63,7 +63,7 @@ default Mini-uart.
   # if user wants to enable GIC, uncomment the next line
   # enable_gic=1
   arm_64bit=1
-  dtoverlay = disable-bt
+  dtoverlay=disable-bt
   enable_uart=1
 
 .. note::
-- 
2.41.0

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to