Merge pull request #3971 from klauskiwi/opb_fixes

Couple of fixes for the Skiboot build infrastructure
diff --git a/openpower/package/hcode/Config.in b/openpower/package/hcode/Config.in
index 48e1ba0..4dd8817 100644
--- a/openpower/package/hcode/Config.in
+++ b/openpower/package/hcode/Config.in
@@ -33,7 +33,7 @@
 
 config BR2_HCODE_VERSION
 	string
-	default "hw120920a.opmst" if BR2_HCODE_LATEST_VERSION
+	default "hw121120a.opmst" if BR2_HCODE_LATEST_VERSION
 	default BR2_HCODE_CUSTOM_VERSION_VALUE \
 		if BR2_HCODE_CUSTOM_VERSION
 
diff --git a/openpower/package/hostboot/Config.in b/openpower/package/hostboot/Config.in
index 404dc0e..5b148af 100644
--- a/openpower/package/hostboot/Config.in
+++ b/openpower/package/hostboot/Config.in
@@ -25,7 +25,7 @@
 
 config BR2_HOSTBOOT_VERSION
 	string
-	default "613fbcf7955ba1d89d29d5974dfbc8af74579523" if BR2_HOSTBOOT_LATEST_VERSION
+	default "ee79450413c0d8371830da13c4825d72549d2607" if BR2_HOSTBOOT_LATEST_VERSION
 	default BR2_HOSTBOOT_CUSTOM_VERSION_VALUE \
 		if BR2_HOSTBOOT_CUSTOM_VERSION