summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openpower/package/hostboot/Config.in2
-rw-r--r--openpower/package/hostboot/hostboot.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/openpower/package/hostboot/Config.in b/openpower/package/hostboot/Config.in
index eac021d8..96502b6d 100644
--- a/openpower/package/hostboot/Config.in
+++ b/openpower/package/hostboot/Config.in
@@ -25,7 +25,7 @@ config BR2_HOSTBOOT_CUSTOM_VERSION_VALUE
config BR2_HOSTBOOT_VERSION
string
- default "3beba24cb6b53893589deaff3ffaf8bec9cab9a4" if BR2_HOSTBOOT_LATEST_VERSION
+ default "492bf9d657062d38f1c5276101e263f42eba1ee0" if BR2_HOSTBOOT_LATEST_VERSION
default BR2_HOSTBOOT_CUSTOM_VERSION_VALUE \
if BR2_HOSTBOOT_CUSTOM_VERSION
diff --git a/openpower/package/hostboot/hostboot.mk b/openpower/package/hostboot/hostboot.mk
index 66d41e7f..6f61aedb 100644
--- a/openpower/package/hostboot/hostboot.mk
+++ b/openpower/package/hostboot/hostboot.mk
@@ -4,7 +4,7 @@
#
################################################################################
HOSTBOOT_VERSION = $(call qstrip,$(BR2_HOSTBOOT_VERSION))
-HOSTBOOT_SITE = https://scm.raptorcs.com/scm/git/talos-hostboot
+HOSTBOOT_SITE = https://scm.raptorcs.com/scm/git/blackbird-hostboot
HOSTBOOT_SITE_METHOD = git
HOSTBOOT_LICENSE = Apache-2.0
OpenPOWER on IntegriCloud