diff options
author | Tom Rini <trini@konsulko.com> | 2015-10-24 17:43:52 -0400 |
---|---|---|
committer | Sonic Zhang <sonic.zhang@analog.com> | 2015-11-04 16:43:01 +0800 |
commit | e6779f8d5ac5ae77b4e8fd135a930403bbcb43c1 (patch) | |
tree | 6f625a02e70d675cba66be26269d5a38d09be649 /configs/bct-brettl2_defconfig | |
parent | 83bf005710a1e01341de5e2f44a3ce082717e313 (diff) | |
download | u-boot-imx-e6779f8d5ac5ae77b4e8fd135a930403bbcb43c1.zip u-boot-imx-e6779f8d5ac5ae77b4e8fd135a930403bbcb43c1.tar.gz u-boot-imx-e6779f8d5ac5ae77b4e8fd135a930403bbcb43c1.tar.bz2 |
blackfin: Disable CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED in some cases
The boards do not link for me due to exceeding their size constrains, change
the config so they fit again.
Cc: Sonic Zhang <sonic.adi@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Diffstat (limited to 'configs/bct-brettl2_defconfig')
-rw-r--r-- | configs/bct-brettl2_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/bct-brettl2_defconfig b/configs/bct-brettl2_defconfig index 9e6f1ee..efcfe4d 100644 --- a/configs/bct-brettl2_defconfig +++ b/configs/bct-brettl2_defconfig @@ -2,4 +2,3 @@ CONFIG_BLACKFIN=y CONFIG_TARGET_BCT_BRETTL2=y # CONFIG_CMD_SETEXPR is not set CONFIG_NET_RANDOM_ETHADDR=y -CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED=y |