Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openpower/package/hcode-p10/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ config BR2_HCODE_P10_CUSTOM_VERSION_VALUE

config BR2_HCODE_P10_VERSION
string
default "hw092625a.fw1060" if BR2_HCODE_P10_LATEST_VERSION
default "hw101325a.fw1060" if BR2_HCODE_P10_LATEST_VERSION

default BR2_HCODE_P10_CUSTOM_VERSION_VALUE \
if BR2_HCODE_P10_CUSTOM_VERSION
Expand Down
2 changes: 1 addition & 1 deletion openpower/package/hostboot-binaries/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ config BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION_VALUE

config BR2_HOSTBOOT_BINARIES_VERSION
string
default "hw092625a.fw1060" if BR2_HOSTBOOT_BINARIES_LATEST_VERSION
default "hw101325a.fw1060" if BR2_HOSTBOOT_BINARIES_LATEST_VERSION

default BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION_VALUE \
if BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION
Expand Down