mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
b0928da648
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>
4 lines
129 B
Text
4 lines
129 B
Text
CONFIG_SYS_EXTRA_OPTIONS="BF527_EZKIT_REV_2_1"
|
|
CONFIG_BLACKFIN=y
|
|
CONFIG_TARGET_BF527_EZKIT=y
|
|
CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED=y
|