diff options
author | Aneesh V <aneesh@ti.com> | 2012-03-08 07:20:22 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-05-15 08:31:26 +0200 |
commit | 20c6312913f7f2f86e0266320fbef3236382b7aa (patch) | |
tree | 5c55dcccc3a0a8a1cd03bbd15342f40fc2fda1da | |
parent | 03f69dc6fdc34e5e51f2c09373ff1bea7d16e36b (diff) | |
download | u-boot-imx-20c6312913f7f2f86e0266320fbef3236382b7aa.zip u-boot-imx-20c6312913f7f2f86e0266320fbef3236382b7aa.tar.gz u-boot-imx-20c6312913f7f2f86e0266320fbef3236382b7aa.tar.bz2 |
OMAP4: enable Thumb build
Signed-off-by: Aneesh V <aneesh@ti.com>
-rw-r--r-- | include/configs/omap4_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |