diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-09-16 07:32:59 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-09-24 22:30:28 (GMT) |
commit | b0928da648d440778512ddd81e690717239b8f1f (patch) | |
tree | 5365b3e864404e2de318a6f0768726d0566936e2 /configs/bf537-stamp_defconfig | |
parent | ed36323f6d217050f82a2200475959b8557a47e4 (diff) | |
download | u-boot-b0928da648d440778512ddd81e690717239b8f1f.tar.xz |
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 'configs/bf537-stamp_defconfig')
-rw-r--r-- | configs/bf537-stamp_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/bf537-stamp_defconfig b/configs/bf537-stamp_defconfig index d9daf7e..9b9a92f 100644 --- a/configs/bf537-stamp_defconfig +++ b/configs/bf537-stamp_defconfig @@ -1,2 +1,3 @@ CONFIG_BLACKFIN=y CONFIG_TARGET_BF537_STAMP=y +CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED=y |