diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2015-10-23 16:06:41 (GMT) |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2015-11-10 14:03:59 (GMT) |
commit | 44b0e47ac0ee4c725ef3581608ac10c3648ba415 (patch) | |
tree | 22d0a6c7a45c8fd5008aecea2b05fe11764d3c1f /include | |
parent | 62e92077a8936e60087d55683538ee386cc673aa (diff) | |
download | u-boot-44b0e47ac0ee4c725ef3581608ac10c3648ba415.tar.xz |
tricorder: switch to CONFIG_SYS_THUMB_BUILD
The tricorder and tricorder_flash boards have grown too big.
Reduce their size by building them with CONFIG_SYS_THUMB_BUILD.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/tricorder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/tricorder.h b/include/configs/tricorder.h index 02b0e63..0ab69e6 100644 --- a/include/configs/tricorder.h +++ b/include/configs/tricorder.h @@ -17,6 +17,7 @@ #define __CONFIG_H /* High Level Configuration Options */ +#define CONFIG_SYS_THUMB_BUILD #define CONFIG_OMAP /* in a TI OMAP core */ #define CONFIG_OMAP_COMMON /* Common ARM Erratas */ |