commit | 3196f1f27d26850356f480568133a71e4d79263e | [log] [tgz] |
---|---|---|
author | Aneesh V <aneesh@ti.com> | Thu Mar 08 07:20:22 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue May 15 08:31:26 2012 +0200 |
tree | 5c55dcccc3a0a8a1cd03bbd15342f40fc2fda1da | |
parent | 2fde1f09ca48d7372a342da05fa3430c3f96b47a [diff] |
OMAP4: enable Thumb build Signed-off-by: Aneesh V <aneesh@ti.com>
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 */