From 08c5aec6817972ac55402a3974ce50a62420034c Mon Sep 17 00:00:00 2001 From: Vandhiadevan Karunamoorthy Date: Tue, 28 Apr 2020 21:30:41 +0530 Subject: [PATCH] ipq5018: Tiny U-boot: Add thumb2 support Signed-off-by: Vandhiadevan Karunamoorthy Change-Id: Id4e04f98edee3a710ced1481815f29d83a44200c --- configs/ipq5018_tiny_defconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configs/ipq5018_tiny_defconfig b/configs/ipq5018_tiny_defconfig index c6578183ee..c766ee5ca7 100644 --- a/configs/ipq5018_tiny_defconfig +++ b/configs/ipq5018_tiny_defconfig @@ -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