From 6449e2ac7dc51f206395c258032bb1bf5c53dfbb Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Sun, 6 May 2018 13:30:07 -0500 Subject: 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 --- core/flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/flash.c') diff --git a/core/flash.c b/core/flash.c index 4031e7b..e3be576 100644 --- a/core/flash.c +++ b/core/flash.c @@ -163,7 +163,7 @@ static void __flash_dt_add_fw_version(struct dt_node *fw_version, char* data) const char * version_str[] = {"open-power", "buildroot", "skiboot", "hostboot-binaries", "hostboot", "linux", "petitboot", "occ", "capp-ucode", "sbe", - "machine-xml"}; + "machine-xml", "hcode"}; if (first) { first = false; -- cgit v1.1