Blame SOURCES/0003-Set-powerpc-logo-hint.patch

99c025
From 4e963955897536be49df9678d07ce7529ed7bdf3 Mon Sep 17 00:00:00 2001
99c025
From: Dan Callaghan <dcallagh@redhat.com>
99c025
Date: Wed, 11 Jul 2018 12:48:51 +1000
99c025
Subject: [PATCH 3/8] Set powerpc logo hint
99c025
99c025
Previously, when the CPU information was coming from /proc/cpuinfo, this
99c025
logo hint was being set.
99c025
99c025
---
99c025
 src/core/device-tree.cc | 1 +
99c025
 1 file changed, 1 insertion(+)
99c025
99c025
diff --git a/src/core/device-tree.cc b/src/core/device-tree.cc
99c025
index 642b3c54ece1..790362250294 100644
99c025
--- a/src/core/device-tree.cc
99c025
+++ b/src/core/device-tree.cc
99c025
@@ -695,6 +695,7 @@ static void scan_devtree_cpu_power(hwNode & core)
99c025
     }
99c025
 
99c025
     cpu.setDescription("CPU");
99c025
+    cpu.addHint("logo", string("powerpc"));
99c025
     set_cpu(cpu, currentcpu++, basepath);
99c025
 
99c025
     reg = get_u32(basepath + "/reg");
99c025
-- 
99c025
2.17.1
99c025