]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/cpu/broadwell/cpu.c
cpu: Add get_vendor callback
[u-boot] / arch / x86 / cpu / broadwell / cpu.c
index 3ba21aacecd2f2519b758a6f53c4f77866cbafb0..6977e860321fa3d83187c45ff41f7f1c75c8b99f 100644 (file)
@@ -743,6 +743,7 @@ static const struct cpu_ops cpu_x86_broadwell_ops = {
        .get_desc       = cpu_x86_get_desc,
        .get_info       = broadwell_get_info,
        .get_count      = broadwell_get_count,
+       .get_vendor     = cpu_x86_get_vendor,
 };
 
 static const struct udevice_id cpu_x86_broadwell_ids[] = {