diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-09-16 16:32:59 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-09-24 18:30:28 -0400 |
commit | b0928da648d440778512ddd81e690717239b8f1f (patch) | |
tree | 5365b3e864404e2de318a6f0768726d0566936e2 /include/configs/bct-brettl2.h | |
parent | ed36323f6d217050f82a2200475959b8557a47e4 (diff) | |
download | u-boot-imx-b0928da648d440778512ddd81e690717239b8f1f.zip u-boot-imx-b0928da648d440778512ddd81e690717239b8f1f.tar.gz u-boot-imx-b0928da648d440778512ddd81e690717239b8f1f.tar.bz2 |
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/bct-brettl2.h')
-rw-r--r-- | include/configs/bct-brettl2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/bct-brettl2.h b/include/configs/bct-brettl2.h index c1eda96..d0828d5 100644 --- a/include/configs/bct-brettl2.h +++ b/include/configs/bct-brettl2.h @@ -137,7 +137,6 @@ #define CONFIG_MTD_DEVICE #define CONFIG_MTD_PARTITIONS #define CONFIG_SYS_HUSH_PARSER -#define CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED /* * Pull in common ADI header for remaining command/environment setup |