From: Aneesh V Date: Thu, 8 Mar 2012 07:20:22 +0000 (+0000) Subject: OMAP4: enable Thumb build X-Git-Tag: v2025.01-rc5-pxa1908~17674^2~142^2~131 X-Git-Url: http://git.dujemihanovic.xyz/img/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=20c6312913f7f2f86e0266320fbef3236382b7aa;p=u-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 a989721afc..01b4d6c6b7 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 */