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>
3 lines
84 B
Text
3 lines
84 B
Text
CONFIG_BLACKFIN=y
|
|
CONFIG_TARGET_BF561_ACVILON=y
|
|
CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED=y
|