summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>2015-10-23 18:06:41 +0200
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2015-11-10 15:03:59 +0100
commit44b0e47ac0ee4c725ef3581608ac10c3648ba415 (patch)
tree22d0a6c7a45c8fd5008aecea2b05fe11764d3c1f /include
parent62e92077a8936e60087d55683538ee386cc673aa (diff)
downloadblackbird-obmc-uboot-44b0e47ac0ee4c725ef3581608ac10c3648ba415.tar.gz
blackbird-obmc-uboot-44b0e47ac0ee4c725ef3581608ac10c3648ba415.zip
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/tricorder.h b/include/configs/tricorder.h
index 02b0e6351f..0ab69e665a 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 */
OpenPOWER on IntegriCloud