| Submitter | Aneesh V |
|---|---|
| Date | Feb. 23, 2012, 2:06 p.m. |
| Message ID | <1330005966-1444-6-git-send-email-aneesh@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/142631/ |
| State | Deferred |
| Delegated to: | Tom Rini |
| Headers | show |
Comments
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 */
Signed-off-by: Aneesh V <aneesh@ti.com> --- Changes from RFC to V1: - None Changes from V1 to V2: - None --- include/configs/omap4_common.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)