ipq5018: Tiny U-boot: Add thumb2 support

Signed-off-by: Vandhiadevan Karunamoorthy <vkarunam@codeaurora.org>
Change-Id: Id4e04f98edee3a710ced1481815f29d83a44200c
This commit is contained in:
Vandhiadevan Karunamoorthy 2020-04-28 21:30:41 +05:30
parent fed441d78c
commit 08c5aec681

View file

@ -325,3 +325,8 @@ CONFIG_LZMA=y
# CONFIG_ERRNO_STR is not set
# CONFIG_UNIT_TEST is not set
#
# Thumb2 mode support
#
CONFIG_SYS_THUMB_BUILD=y
CONFIG_HAS_THUMB2=y