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/bf537-stamp_defconfig | |
parent | 83bf005710a1e01341de5e2f44a3ce082717e313 (diff) |
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/bf537-stamp_defconfig')
-rw-r--r-- | configs/bf537-stamp_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/bf537-stamp_defconfig b/configs/bf537-stamp_defconfig index 294d0d9d5f7..a60c1b75c20 100644 --- a/configs/bf537-stamp_defconfig +++ b/configs/bf537-stamp_defconfig @@ -3,4 +3,3 @@ CONFIG_TARGET_BF537_STAMP=y # CONFIG_CMD_SETEXPR is not set CONFIG_NET_RANDOM_ETHADDR=y CONFIG_SPI_FLASH=y -CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED=y |