summaryrefslogtreecommitdiffstats
path: root/include/configs/tcm-bf537.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-03-05 16:59:37 +0900
committerTom Rini <trini@ti.com>2014-03-07 10:59:06 -0500
commite91df49fbb56858003ebe61191ae07b223a7b866 (patch)
tree03f046a502e4d6d7bfe66afe7e07980adfa58a5b /include/configs/tcm-bf537.h
parent3775dcd9c4ad9d7f19f2ff14989f5180aaba3d64 (diff)
downloadblackbird-obmc-uboot-e91df49fbb56858003ebe61191ae07b223a7b866.tar.gz
blackbird-obmc-uboot-e91df49fbb56858003ebe61191ae07b223a7b866.zip
kbuild, blackfin: Add CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED
Many (but not all) of Blackfin boards give -O2 option to compile under lib/ directory. That means lib/ should be speed-optimized, whereas other parts should be size-optimized. We want to keep the same behavior, but do not want to parse board/*/config.mk again and again. We've got no choice but to invent a new method. CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED, if it is enabled, gives -O2 flag only for building under lib/ directory. Dirty codes which I had marked as "FIX ME" in board/${BOARD}/config.mk have been deleted. Instead, CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED has been defined in include/configs/${BOARD}.h. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Sonic Zhang <sonic.zhang@analog.com>
Diffstat (limited to 'include/configs/tcm-bf537.h')
-rw-r--r--include/configs/tcm-bf537.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/tcm-bf537.h b/include/configs/tcm-bf537.h
index 58bcdc8f47..370d97ffe0 100644
--- a/include/configs/tcm-bf537.h
+++ b/include/configs/tcm-bf537.h
@@ -145,7 +145,7 @@
"flashboot=flread 20040000 1000000 300000;" \
"bootm 0x1000000\0"
#define CONFIG_BOARD_SIZE_LIMIT $$((384 * 1024))
-
+#define CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED
/*
* Pull in common ADI header for remaining command/environment setup
OpenPOWER on IntegriCloud