From: Albert ARIBAUD Date: Fri, 23 Oct 2015 16:06:41 +0000 (+0200) Subject: tricorder: switch to CONFIG_SYS_THUMB_BUILD X-Git-Tag: v2016.01-rc1~79^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=44b0e47ac0ee4c725ef3581608ac10c3648ba415;p=platform%2Fkernel%2Fu-boot.git tricorder: switch to CONFIG_SYS_THUMB_BUILD The tricorder and tricorder_flash boards have grown too big. Reduce their size by building them with CONFIG_SYS_THUMB_BUILD. Signed-off-by: Albert ARIBAUD --- diff --git a/include/configs/tricorder.h b/include/configs/tricorder.h index 02b0e63..0ab69e6 100644 --- a/include/configs/tricorder.h +++ b/include/configs/tricorder.h @@ -17,6 +17,7 @@ #define __CONFIG_H /* High Level Configuration Options */ +#define CONFIG_SYS_THUMB_BUILD #define CONFIG_OMAP /* in a TI OMAP core */ #define CONFIG_OMAP_COMMON /* Common ARM Erratas */