summaryrefslogtreecommitdiffstats
path: root/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-08-22 19:42:29 +0900
committerTom Rini <trini@ti.com>2014-08-28 17:18:48 -0400
commit4a8ed8e24886adf47086125f81307eaa8c358437 (patch)
tree4f3ed3773631da2b41bae0d3f5a4693435abbf3b /Kconfig
parenta6f47d2434f27e7c98dde811436912f0dd63a53e (diff)
downloadblackbird-obmc-uboot-4a8ed8e24886adf47086125f81307eaa8c358437.tar.gz
blackbird-obmc-uboot-4a8ed8e24886adf47086125f81307eaa8c358437.zip
kconfig: add CONFIG_CC_OPTIMIZE_FOR_SIZE
Copy the Kconfig option from "init/Kconfig" of Linux v3.16 tag and adjust the help document. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index ea2c836115..cbb691e160 100644
--- a/Kconfig
+++ b/Kconfig
@@ -46,6 +46,16 @@ config LOCALVERSION_AUTO
which is done within the script "scripts/setlocalversion".)
+config CC_OPTIMIZE_FOR_SIZE
+ bool "Optimize for size"
+ depends on !SPL_BUILD
+ default y
+ help
+ Enabling this option will pass "-Os" instead of "-O2" to gcc
+ resulting in a smaller U-Boot image.
+
+ This option is enabled by default for U-Boot.
+
endmenu # General setup
menu "Boot images"
OpenPOWER on IntegriCloud