diff options
author | Milan P. Stanić | 2023-11-04 15:38:15 +0100 |
---|---|---|
committer | Heinrich Schuchardt | 2023-11-11 01:44:08 +0100 |
commit | bd00ef74f320013adbf73d9bd747fa66684ea0f7 (patch) | |
tree | af8285fbe990a81ba31451e5e81080796a5cf266 | |
parent | b214e88071d1ea68c2f668740e4e227364214f5e (diff) |
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.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/gcc.rst b/doc/build/gcc.rst index 23501dea376..3c646577272 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 |