summaryrefslogtreecommitdiffstats
path: root/include/configs/tcm-bf537.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-09-16 16:32:59 +0900
committerTom Rini <trini@ti.com>2014-09-24 18:30:28 -0400
commitb0928da648d440778512ddd81e690717239b8f1f (patch)
tree5365b3e864404e2de318a6f0768726d0566936e2 /include/configs/tcm-bf537.h
parented36323f6d217050f82a2200475959b8557a47e4 (diff)
downloadtalos-obmc-uboot-b0928da648d440778512ddd81e690717239b8f1f.tar.gz
talos-obmc-uboot-b0928da648d440778512ddd81e690717239b8f1f.zip
kconfig: move CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED to Kconfig
If this option is enabled, the objects under lib/ directory are compiled with speed optimization, not size optimization. (Currently, only used by some Blackfin boards.) Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/tcm-bf537.h')
-rw-r--r--include/configs/tcm-bf537.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/tcm-bf537.h b/include/configs/tcm-bf537.h
index c4c1c579bc..999834351f 100644
--- a/include/configs/tcm-bf537.h
+++ b/include/configs/tcm-bf537.h
@@ -145,7 +145,6 @@
"flashboot=flread 20040000 1000000 300000;" \
"bootm 0x1000000\0"
#define CONFIG_BOARD_SIZE_LIMIT $$((384 * 1024))
-#define CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED
/*
* Pull in common ADI header for remaining command/environment setup
OpenPOWER on IntegriCloud