[PATCH 1/1] user/bsp/raspberrypi4: Fix incorrect config.txt typo
Utkarsh Verma
utkarsh at bitbanged.com
Wed Jun 14 06:48:43 UTC 2023
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
More information about the devel
mailing list