summaryrefslogtreecommitdiffstats
path: root/src/bootloader
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2016-12-05 11:28:32 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-12-20 11:56:13 -0500
commitefafd905a5ed1f09a2a18fb60ddb7af0e8ce6778 (patch)
tree5ebbe439e87cd621faa55dd9c6c8455af5a5e010 /src/bootloader
parentc2dd21c843eaa6b136388ec3ec910944e88ce681 (diff)
downloadblackbird-hostboot-efafd905a5ed1f09a2a18fb60ddb7af0e8ce6778.tar.gz
blackbird-hostboot-efafd905a5ed1f09a2a18fb60ddb7af0e8ce6778.zip
Add gcc -Os optimization to the hostboot bootloader
Change-Id: Ibe443c8c937387ffa817d22fa72365b216f42151 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33414 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/bootloader')
-rw-r--r--src/bootloader/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bootloader/makefile b/src/bootloader/makefile
index 2513e7089..4ed5e444b 100644
--- a/src/bootloader/makefile
+++ b/src/bootloader/makefile
@@ -37,5 +37,7 @@ OBJS += bl_pnor_utils.o
OBJS += bl_pnor_ecc.o
OBJS += bl_builtins.o
+OPT_LEVEL = -Os
+
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud