From a053c8baad3cfed1a14d05421bde37651f5e903a Mon Sep 17 00:00:00 2001 From: Heiko Schocher Date: Sun, 1 Dec 2019 11:23:10 +0100 Subject: [PATCH] imx6: aristainetos: add thumb build add thumb build to aristainetos build to save binary space. Signed-off-by: Heiko Schocher --- configs/aristainetos2_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/aristainetos2_defconfig b/configs/aristainetos2_defconfig index bc18786993..eda05a4618 100644 --- a/configs/aristainetos2_defconfig +++ b/configs/aristainetos2_defconfig @@ -1,4 +1,5 @@ CONFIG_ARM=y +CONFIG_SYS_THUMB_BUILD=y CONFIG_ARCH_MX6=y CONFIG_SYS_TEXT_BASE=0x17800000 CONFIG_TARGET_ARISTAINETOS2=y -- 2.39.5