diff options
| author | Manjae Cho <[email protected]> | 2025-12-29 13:33:44 +0100 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2026-01-19 10:31:21 +0100 |
| commit | 9b96d5160987233f315ab750bc721621429b6fcd (patch) | |
| tree | 2db13dcb4f0c72dbac8068142b30db3c8ad9593e /doc | |
| parent | 36262661d0f220fc2d992f4cc553335b484d12a2 (diff) | |
Fix typo "addtional" -> "additional" in pflash section.
%s/addtional/additional/
Signed-off-by: Manjae Cho <[email protected]>
Reviewed-by: Quentin Schulz <[email protected]>
Signed-off-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/board/emulation/qemu-riscv.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/board/emulation/qemu-riscv.rst b/doc/board/emulation/qemu-riscv.rst index b5948d9affc..229a7700ac7 100644 --- a/doc/board/emulation/qemu-riscv.rst +++ b/doc/board/emulation/qemu-riscv.rst @@ -43,7 +43,7 @@ qemu-riscv64_smode_defconfig instead. Note that U-Boot running in supervisor mode requires a supervisor binary interface (SBI), such as RISC-V OpenSBI. To create a U-Boot binary that can be utilized with a pflash device in QEMU -apply these addtional settings to qemu-riscv64_smode_defconfig: +apply these additional settings to qemu-riscv64_smode_defconfig: :: |
