diff mbox

[U-Boot,RFC,4/4] OMAP4: enable Thumb build

Message ID 1328528248-20872-5-git-send-email-aneesh@ti.com
State Accepted
Commit 20c6312913f7f2f86e0266320fbef3236382b7aa
Delegated to: Tom Rini
Headers show

Commit Message

Aneesh V Feb. 6, 2012, 11:37 a.m. UTC
Signed-off-by: Aneesh V <aneesh@ti.com>
---
 include/configs/omap4_common.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
diff mbox

Patch

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 */