[PATCH] doc: build: fix wrongly written targests instead of targets

Signed-off-by: Milan P. Stanić mps@arvanta.net --- doc/build/gcc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/build/gcc.rst b/doc/build/gcc.rst index 23501dea37..3c64657727 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

On Sat, 4 Nov 2023 at 14:39, Milan P. Stanić mps@arvanta.net wrote:
Signed-off-by: Milan P. Stanić mps@arvanta.net
doc/build/gcc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org
participants (2)
-
Milan P. Stanić
-
Simon Glass