aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilan P. Stanić <mps@arvanta.net>2023-11-04 15:38:15 +0100
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-11-11 01:44:08 +0100
commitbd00ef74f320013adbf73d9bd747fa66684ea0f7 (patch)
treeaf8285fbe990a81ba31451e5e81080796a5cf266
parentb214e88071d1ea68c2f668740e4e227364214f5e (diff)
downloadu-boot-bd00ef74f320013adbf73d9bd747fa66684ea0f7.zip
u-boot-bd00ef74f320013adbf73d9bd747fa66684ea0f7.tar.gz
u-boot-bd00ef74f320013adbf73d9bd747fa66684ea0f7.tar.bz2
doc: build: fix wrongly written targests instead of targets
Signed-off-by: Milan P. Stanić <mps@arvanta.net> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
-rw-r--r--doc/build/gcc.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/gcc.rst b/doc/build/gcc.rst
index 23501de..3c64657 100644
--- a/doc/build/gcc.rst
+++ b/doc/build/gcc.rst
@@ -66,7 +66,7 @@ For building U-Boot on Alpine Linux at least the following packages are needed:
Depending on the build target further packages may be needed:
* sandbox with lcd: sdl2-dev
-* riscv64 S-mode targests: opensbi
+* riscv64 S-mode targets: opensbi
* some arm64 targets: arm-trusted-firmware
Prerequisites