[1/1] board/stmicroelectronics/stm32f469-disco: fix typo in readme.txt

Message ID 20260122183550.475600-1-dario.binacchi@amarulasolutions.com
State New
Headers show
Series
  • [1/1] board/stmicroelectronics/stm32f469-disco: fix typo in readme.txt
Related show

Commit Message

Dario Binacchi Jan. 22, 2026, 6:35 p.m. UTC
Add a missing space in the "Creating SD card" section of the
documentation.

Fixes: 04a0094f0ef0778d1f3c4056ac0005218126147e ("configs/stm32f469_disco: fix kernel bootup")
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
---
 board/stmicroelectronics/stm32f469-disco/readme.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

'Julien Olivain' via Amarula Linux Jan. 25, 2026, 8:56 p.m. UTC | #1
On 22/01/2026 19:35, Dario Binacchi wrote:
> Add a missing space in the "Creating SD card" section of the
> documentation.
> 
> Fixes: 04a0094f0ef0778d1f3c4056ac0005218126147e 
> ("configs/stm32f469_disco: fix kernel bootup")
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>

Applied to master, thanks.

To unsubscribe from this group and stop receiving emails from it, send an email to linux-amarula+unsubscribe@amarulasolutions.com.

Patch

diff --git a/board/stmicroelectronics/stm32f469-disco/readme.txt b/board/stmicroelectronics/stm32f469-disco/readme.txt
index 99d26ccb66fb..6d46f7c31aed 100644
--- a/board/stmicroelectronics/stm32f469-disco/readme.txt
+++ b/board/stmicroelectronics/stm32f469-disco/readme.txt
@@ -20,7 +20,7 @@  It will flash the U-boot bootloader.
 Creating SD card
 ----------------
 
-Buildroot prepares an"sdcard.img" image in the output/images/ directory,
+Buildroot prepares an "sdcard.img" image in the output/images/ directory,
 ready to be dumped on a SD card. Launch the following command as root:
 
   dd if=output/images/sdcard.img of=/dev/<your-sd-device>