summaryrefslogtreecommitdiffstats
path: root/openpower
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2019-03-07 16:01:32 +1100
committerBill Hoffa <wghoffa@us.ibm.com>2019-03-07 08:28:06 -0600
commit382af98a18447980c02b4ab00acb5fab2b7cf4af (patch)
tree902f34ab2ccd5660075bb83ce404840c319f4242 /openpower
parent80a0d3365b385010615391754db95eef26832916 (diff)
downloadblackbird-op-build-382af98a18447980c02b4ab00acb5fab2b7cf4af.tar.gz
blackbird-op-build-382af98a18447980c02b4ab00acb5fab2b7cf4af.zip
hostboot: just build latest hostboot
In discussions with Dan, this isn't really a thing we need at the moment, so remove the confusion. Suggested-by: Daniel Crowell <dcrowell@us.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'openpower')
-rw-r--r--openpower/configs/witherspoon_dev_defconfig1
-rw-r--r--openpower/package/hostboot/Config.in6
2 files changed, 1 insertions, 6 deletions
diff --git a/openpower/configs/witherspoon_dev_defconfig b/openpower/configs/witherspoon_dev_defconfig
index 0d7b51dd..ee8d7202 100644
--- a/openpower/configs/witherspoon_dev_defconfig
+++ b/openpower/configs/witherspoon_dev_defconfig
@@ -44,7 +44,6 @@ BR2_TARGET_ROOTFS_CPIO_XZ=y
BR2_TARGET_ROOTFS_INITRAMFS=y
BR2_OPENPOWER_PLATFORM=y
BR2_OPENPOWER_POWER9=y
-BR2_HOSTBOOT_LATEST_VERSION=y
BR2_HOSTBOOT_CONFIG_FILE="witherspoon.config"
BR2_OPENPOWER_MACHINE_XML_GITHUB_PROJECT_VALUE="witherspoon-xml"
BR2_OPENPOWER_MACHINE_XML_VERSION="7cd20a6ac8fe3b693ccf50a5ab86ce55ca994fdc"
diff --git a/openpower/package/hostboot/Config.in b/openpower/package/hostboot/Config.in
index 2aadf0a5..b948b229 100644
--- a/openpower/package/hostboot/Config.in
+++ b/openpower/package/hostboot/Config.in
@@ -9,14 +9,11 @@ if BR2_PACKAGE_HOSTBOOT
choice
prompt "Hostboot version"
- default BR2_HOSTBOOT_STABLE_VERSION
+ default BR2_HOSTBOOT_LATEST_VERSION
config BR2_HOSTBOOT_LATEST_VERSION
bool "Use latest Hostboot master"
-config BR2_HOSTBOOT_STABLE_VERSION
- bool "Use stable Hostboot version"
-
config BR2_HOSTBOOT_CUSTOM_VERSION
bool "Custom version"
@@ -29,7 +26,6 @@ config BR2_HOSTBOOT_CUSTOM_VERSION_VALUE
config BR2_HOSTBOOT_VERSION
string
default "37e67698be56632c6505990dc3375136494d2a67" if BR2_HOSTBOOT_LATEST_VERSION
- default "37e67698be56632c6505990dc3375136494d2a67" if BR2_HOSTBOOT_STABLE_VERSION
default BR2_HOSTBOOT_CUSTOM_VERSION_VALUE \
if BR2_HOSTBOOT_CUSTOM_VERSION
OpenPOWER on IntegriCloud