summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2017-10-30 11:10:34 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-10-30 23:40:17 -0400
commite62b88fdb3a546149beb3ba223dd8dc2c801479b (patch)
treec57485af827206f89e3520a394bb6c71887b0de1 /src/makefile
parent887d17b52472761e8251e5541b4f4ca91bba8711 (diff)
downloadtalos-hostboot-e62b88fdb3a546149beb3ba223dd8dc2c801479b.tar.gz
talos-hostboot-e62b88fdb3a546149beb3ba223dd8dc2c801479b.zip
Temp remove sbeio_rt from HBRT image to get space back
We ran out of space in the PHYP HBRT adjunct, removing a module to see if we can fit while we wait for the fix from PHYP. Change-Id: If2ac6d0df486b84c7addcc4f21443118697f9d15 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48995 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index c2d3457c0..8beb307dd 100644
--- a/src/makefile
+++ b/src/makefile
@@ -283,7 +283,7 @@ RUNTIME_MODULES += fapi2_rt
RUNTIME_MODULES += secureboot_rt
RUNTIME_MODULES += p9_cpuWkup
RUNTIME_MODULES += fsi_rt
-RUNTIME_MODULES += sbeio_rt
+#RUNTIME_MODULES += sbeio_rt @fixme-RTC:181664
RUNTIME_DATA_MODULES +=
RUNTIME_TESTCASE_MODULES += cxxtest_rt
OpenPOWER on IntegriCloud