summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
authorDaniel M Crowell <dcrowell@us.ibm.com>2019-08-04 14:29:43 -0500
committerDaniel M Crowell <dcrowell@us.ibm.com>2019-08-08 16:43:33 -0500
commit4a6e203860f5b8cfeb7de3740b06f9bbaf2d5f1e (patch)
treeb8d1df35478c328fe7cfea5054029041a4ca91f6 /src/makefile
parenta51a388127115471fac1b871409ff6ccfacbfeef (diff)
downloadtalos-hostboot-4a6e203860f5b8cfeb7de3740b06f9bbaf2d5f1e.tar.gz
talos-hostboot-4a6e203860f5b8cfeb7de3740b06f9bbaf2d5f1e.zip
Revert "Compile Hostboot with -Os"
This reverts commit cd1e5c91e4a15ca933c699553ece9b841825ac03. The previous change seems to be causing problems with thread local storage (TLS) access. CQ: SW471547 Change-Id: Ic6f43fbba2a3d5abe94ea73e8e5fd03702b84365 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/81652 Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com> Tested-by: Daniel M Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/makefile b/src/makefile
index f71f38f1c..1a79d473c 100644
--- a/src/makefile
+++ b/src/makefile
@@ -236,8 +236,7 @@ TESTCASE_MODULES += testscan
TESTCASE_MODULES += testsecureboot
TESTCASE_MODULES += testfsiscom
TESTCASE_MODULES += testlpc
-#TODO: RTC 213102 to properly add & execute HTMGT test
-#TESTCASE_MODULES += $(if $(CONFIG_HTMGT),testhtmgt)
+TESTCASE_MODULES += $(if $(CONFIG_HTMGT),testhtmgt)
TESTCASE_MODULES += testinitservice
TESTCASE_MODULES += testfsi
TESTCASE_MODULES += testibscom
OpenPOWER on IntegriCloud