hcode,hostboot-binaries,hostboot,occ,sbe: use LATEST not OP920
The split between master and op920 branches was for tagging
op-build v2.0 to start with a stable base for p9 systems.
We now go back to regular scheduled development and hope
only minor amounts of chaos ensues.
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
diff --git a/openpower/package/hcode/Config.in b/openpower/package/hcode/Config.in
index 83b9e56..aa144bb 100644
--- a/openpower/package/hcode/Config.in
+++ b/openpower/package/hcode/Config.in
@@ -15,7 +15,7 @@
choice
prompt "HCODE version"
- default BR2_HCODE_OP920_VERSION
+ default BR2_HCODE_LATEST_VERSION
config BR2_HCODE_OP920_VERSION
bool "Use latest HCODE stable version (OP920)"
diff --git a/openpower/package/hostboot-binaries/Config.in b/openpower/package/hostboot-binaries/Config.in
index e761024..90bc505 100644
--- a/openpower/package/hostboot-binaries/Config.in
+++ b/openpower/package/hostboot-binaries/Config.in
@@ -8,7 +8,7 @@
choice
prompt "Hostboot-binaries version"
- default BR2_HOSTBOOT_BINARIES_OP920_VERSION
+ default BR2_HOSTBOOT_BINARIES_LATEST_VERSION
config BR2_HOSTBOOT_BINARIES_OP920_VERSION
bool "Use latest HOSTBOOT_BINARIES stable version (OP920)"
diff --git a/openpower/package/hostboot/Config.in b/openpower/package/hostboot/Config.in
index 76c4cc6..55f7cac 100644
--- a/openpower/package/hostboot/Config.in
+++ b/openpower/package/hostboot/Config.in
@@ -9,7 +9,7 @@
choice
prompt "Hostboot version"
- default BR2_HOSTBOOT_OP920_VERSION
+ default BR2_HOSTBOOT_LATEST_VERSION
config BR2_HOSTBOOT_OP920_VERSION
bool "Use latest Hostboot stable version (OP920)"
diff --git a/openpower/package/occ/Config.in b/openpower/package/occ/Config.in
index b559953..c152e8e 100644
--- a/openpower/package/occ/Config.in
+++ b/openpower/package/occ/Config.in
@@ -27,7 +27,7 @@
choice
prompt "OCC version"
- default BR2_OCC_OP920_VERSION
+ default BR2_OCC_LATEST_VERSION
config BR2_OCC_OP920_VERSION
bool "Use latest OCC stable version (OP920)"
diff --git a/openpower/package/sbe/Config.in b/openpower/package/sbe/Config.in
index a38e9b6..dd454bc 100644
--- a/openpower/package/sbe/Config.in
+++ b/openpower/package/sbe/Config.in
@@ -10,7 +10,7 @@
choice
prompt "SBE version"
- default BR2_SBE_OP920_VERSION
+ default BR2_SBE_LATEST_VERSION
config BR2_SBE_OP920_VERSION
bool "Use latest SBE stable version (OP920)"