arch/Config.in.arm: fix typo in help text

Signed-off-by: Edgar Bonet <bonet@grenoble.cnrs.fr>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 36eed021b6)
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
This commit is contained in:
Edgar Bonet
2025-08-26 14:15:38 +02:00
committed by Titouan Christophe
parent b3624ce42e
commit 60d6359700

View File

@@ -777,7 +777,7 @@ config BR2_ARM_INSTRUCTIONS_THUMB
# Thumb-1 and VFP are not compatible # Thumb-1 and VFP are not compatible
depends on BR2_ARM_SOFT_FLOAT depends on BR2_ARM_SOFT_FLOAT
help help
This option instructions the compiler to generate Thumb This option instructs the compiler to generate Thumb
instructions, which allows to mix 16 bits instructions and instructions, which allows to mix 16 bits instructions and
32 bits instructions. This generally provides a much smaller 32 bits instructions. This generally provides a much smaller
compiled binary size. compiled binary size.
@@ -790,7 +790,7 @@ config BR2_ARM_INSTRUCTIONS_THUMB2
bool "Thumb2" bool "Thumb2"
depends on BR2_ARM_CPU_HAS_THUMB2 depends on BR2_ARM_CPU_HAS_THUMB2
help help
This option instructions the compiler to generate Thumb2 This option instructs the compiler to generate Thumb2
instructions, which allows to mix 16 bits instructions and instructions, which allows to mix 16 bits instructions and
32 bits instructions. This generally provides a much smaller 32 bits instructions. This generally provides a much smaller
compiled binary size. compiled binary size.