add thumb build to aristainetos build to save binary space. Signed-off-by: Heiko Schocher <[email protected]> ---
configs/aristainetos2_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/aristainetos2_defconfig b/configs/aristainetos2_defconfig index 48e58e5be2..4434d92e74 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.21.0 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

