Skip to content

Commit 6449e2a

Browse files
committed
ibm,firmware-versions: add hcode to device tree
op-build commit 736a08b996e292a449c4996edb264011dfe56a40 added hcode to the VERSION partition, let's parse it out and let the user know. Signed-off-by: Stewart Smith <[email protected]>
1 parent 13878e5 commit 6449e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/flash.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ static void __flash_dt_add_fw_version(struct dt_node *fw_version, char* data)
163163
const char * version_str[] = {"open-power", "buildroot", "skiboot",
164164
"hostboot-binaries", "hostboot", "linux",
165165
"petitboot", "occ", "capp-ucode", "sbe",
166-
"machine-xml"};
166+
"machine-xml", "hcode"};
167167

168168
if (first) {
169169
first = false;

0 commit comments

Comments
 (0)