From: Aneesh V Date: Thu, 8 Mar 2012 07:20:22 +0000 (+0000) Subject: OMAP4: enable Thumb build X-Git-Tag: v2012.07-rc1~144^2~131 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=20c6312913f7f2f86e0266320fbef3236382b7aa;p=kernel%2Fu-boot.git OMAP4: enable Thumb build Signed-off-by: Aneesh V --- diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h index a989721..01b4d6c 100644 --- a/include/configs/omap4_common.h +++ b/include/configs/omap4_common.h @@ -287,4 +287,6 @@ #define CONFIG_SYS_ENABLE_PADS_ALL +#define CONFIG_SYS_THUMB_BUILD + #endif /* __CONFIG_OMAP4_COMMON_H */