diff options
| author | Corey Swenson <cswenson@us.ibm.com> | 2017-01-13 14:23:22 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-01-16 21:20:34 -0500 |
| commit | 6543e228612e9651a8af6e41f03c331ebdba9a85 (patch) | |
| tree | 4d83fa4bbdef1665c75275c4ff2b1af73ea36be4 /src/build/configs | |
| parent | 582f7cc5e5faa01d9f3608cd7f8ca973df3fa8ee (diff) | |
| download | talos-hostboot-6543e228612e9651a8af6e41f03c331ebdba9a85.tar.gz talos-hostboot-6543e228612e9651a8af6e41f03c331ebdba9a85.zip | |
Fix the FSP config file
Change-Id: Idb49b6af2ebe5eacf86ed938ef0403fc3cc75e48
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34862
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build/configs')
| -rw-r--r-- | src/build/configs/fsprelease.config | 30 |
1 files changed, 4 insertions, 26 deletions
diff --git a/src/build/configs/fsprelease.config b/src/build/configs/fsprelease.config index 5ac8099c4..e72102328 100644 --- a/src/build/configs/fsprelease.config +++ b/src/build/configs/fsprelease.config @@ -4,30 +4,8 @@ unset SFC_IS_AST2400 set SFC_IS_IBM_DPSS unset ALLOW_MACRONIX_PNOR - - -config INCLUDE_XML_OPPOWERVM - default n - help - Indicates that a build should include the contents - of attribute_types_oppowervm.xml and - target_types_oppowervm.xml - -config INCLUDE_XML_OPENPOWER - default n - help - Indicates that a build should include the contents - of attribute_types_openpower.xml and - target_types_openpower.xml - -config ENABLE_HDAT_IN_HOSTBOOT - default n - help - Enable Initialization of Hypervisor Memory Space - -config START_OCC_DURING_BOOT - default n - help - Activates all the OCCs during IPL - +unset INCLUDE_XML_OPPOWERVM +unset INCLUDE_XML_OPENPOWER +unset ENABLE_HDAT_IN_HOSTBOOT +unset START_OCC_DURING_BOOT set NO_SBE_UPDATES |

